1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-31 17:31:06 +00:00

WebAssemblyly => WebAssembly

This commit is contained in:
Danielle Pham 2018-04-17 19:25:55 -04:00 committed by GitHub
parent 685b6c2b04
commit a01c5ce9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ The wasm-bindgen project assumes that wasm files are ES6 modules (as does
Webpack's current integration), so the `wasm2es6js` translates a wasm file to a
JS file by explicitly instantiating the wasm module rather than relying on the
bundler to do it. When doing this we can manually use
`WebAssemblyly.instantiate` which does not have similar limits in Chrome.
`WebAssembly.instantiate` which does not have similar limits in Chrome.
If all this seems unfortunate for now, don't worry because it should hopefully
be fixed soon! If you've got any questions about this though feel free to ask on