summaryrefslogtreecommitdiff
path: root/src/templates/wasm.js
blob: c2c0ae5b9bfb255fbd786ec90f90c482c67b7f39 (plain)
1
2
3
4
5

var Module = {
  asmjsCodeFile: 'a.asm.js' // tell polyfill (which replaces a.asm.js) where the asm.js code is
};