summaryrefslogtreecommitdiff
path: root/src/templates/wasm.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/wasm.js')
-rw-r--r--src/templates/wasm.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/wasm.js b/src/templates/wasm.js
new file mode 100644
index 000000000..94ab6d352
--- /dev/null
+++ b/src/templates/wasm.js
@@ -0,0 +1,5 @@
+
+var Module = {
+ asmjsCodeFile: 'a.asm.code.js' // tell polyfill (which replaces a.asm.js) where the asm.js code is
+};
+