wasm-bindgen/crates
Alex Crichton 5ed7b806d1 Fix getStringFromWasm for shared memory
We currently pass a raw view into wasm's memory for `getStringFromWasm`, but if
the memory is actually shared then `TextDecoder` rejects `SharedArrayBuffer` and
won't actually decode anything. Work around this for now with an extra copy into
a local buffer, and then pass that buffer to `getStringFromWasm` whenever memory
is shared.
2018-08-28 10:58:26 -07:00
..
backend Bump to 0.2.19 2018-08-27 13:39:23 -07:00
cli Bump dependency on parity-wasm to 0.32.0 2018-08-28 10:12:56 -07:00
cli-support Fix getStringFromWasm for shared memory 2018-08-28 10:58:26 -07:00
futures Bump to 0.2.19 2018-08-27 13:39:23 -07:00
js-sys js-sys: Make MDN URLs into links 2018-08-27 15:18:48 -07:00
macro Bump to 0.2.19 2018-08-27 13:39:23 -07:00
macro-support Bump to 0.2.19 2018-08-27 13:39:23 -07:00
shared Bump to 0.2.19 2018-08-27 13:39:23 -07:00
test Bump to 0.2.19 2018-08-27 13:39:23 -07:00
test-macro Bump to 0.2.19 2018-08-27 13:39:23 -07:00
typescript Fix compile on latest nightly (#489) 2018-07-17 09:11:30 -05:00
wasm-interpreter Bump dependency on parity-wasm to 0.32.0 2018-08-28 10:12:56 -07:00
web-sys Bump to 0.2.19 2018-08-27 13:39:23 -07:00
webidl Bump to 0.2.19 2018-08-27 13:39:23 -07:00
webidl-tests Tweak some WebIDL type names in methods 2018-08-20 10:32:04 -07:00