diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/wasm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/wasm.js b/src/templates/wasm.js index 94ab6d352..c2c0ae5b9 100644 --- a/src/templates/wasm.js +++ b/src/templates/wasm.js @@ -1,5 +1,5 @@ var Module = { - asmjsCodeFile: 'a.asm.code.js' // tell polyfill (which replaces a.asm.js) where the asm.js code is + asmjsCodeFile: 'a.asm.js' // tell polyfill (which replaces a.asm.js) where the asm.js code is }; |