Browse Source

targets/wasm: update wasm_exec.js for go 1.13

This fixes the wasm examples for go 1.13, but breaks them for older go versions.
pull/913/head
Johann Freymuth 5 years ago
committed by Ayke
parent
commit
c0b8716d7f
  1. 1
      targets/wasm_exec.js

1
targets/wasm_exec.js

@ -332,7 +332,6 @@
true, true,
false, false,
global, global,
this._inst.exports.memory,
this, this,
]; ];
this._refs = new Map(); this._refs = new Map();

Loading…
Cancel
Save