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
..
2018-08-27 13:39:23 -07:00
2018-08-27 13:39:23 -07:00
2018-08-27 15:18:48 -07:00
2018-08-27 13:39:23 -07:00
2018-08-27 13:39:23 -07:00
2018-08-27 13:39:23 -07:00
2018-08-27 13:39:23 -07:00
2018-08-27 13:39:23 -07:00
2018-08-27 13:39:23 -07:00
2018-08-27 13:39:23 -07:00