feat: rename generated file to have bg instead of wasm

This commit is contained in:
Sendil Kumar
2018-03-05 22:25:14 +01:00
parent 644e96cd46
commit d5ac523fe2
11 changed files with 26 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ Promise.all([
// hack around this and need to defer our call until the converted wasm
// module is asynchronously loaded. Uncomment this line to enable.
// This hack is not necessary in Firefox.
// import("./hello_world_wasm.js").then(wasm => wasm.booted),
// import("./hello_world_bg.js").then(wasm => wasm.booted),
]).then(([js]) => {
js.greet("World!");
});