Skip to content

Commit b392661

Browse files
committed
spelling: assembly
1 parent 20452eb commit b392661

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/wasm-simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export function fibonacciJavascript(i) {
242242
/******/ // on error function for async loading
243243
/******/ __webpack_require__.oe = function(err) { console.error(err); throw err; };
244244
/******/
245-
/******/ // object with all compiled WebAssmbly.Modules
245+
/******/ // object with all compiled WebAssembly.Modules
246246
/******/ __webpack_require__.w = {};
247247
/******/
248248
/******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];

lib/node/ReadFileCompileWasmMainTemplatePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class ReadFileCompileWasmMainTemplatePlugin {
9797
return Template.asString([
9898
source,
9999
"",
100-
"// object with all compiled WebAssmbly.Modules",
100+
"// object with all compiled WebAssembly.Modules",
101101
`${mainTemplate.requireFn}.w = {};`
102102
]);
103103
}

lib/web/FetchCompileWasmMainTemplatePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class FetchCompileWasmMainTemplatePlugin {
104104
return Template.asString([
105105
source,
106106
"",
107-
"// object with all compiled WebAssmbly.Modules",
107+
"// object with all compiled WebAssembly.Modules",
108108
`${mainTemplate.requireFn}.w = {};`
109109
]);
110110
}

0 commit comments

Comments
 (0)