From a01c5ce9f1c5775694c6b9553a1fcaf5a7a47deb Mon Sep 17 00:00:00 2001 From: Danielle Pham Date: Tue, 17 Apr 2018 19:25:55 -0400 Subject: [PATCH] WebAssemblyly => WebAssembly --- examples/hello_world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_world/README.md b/examples/hello_world/README.md index 07350bc6..3b5a2847 100644 --- a/examples/hello_world/README.md +++ b/examples/hello_world/README.md @@ -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