mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 10:37:46 +00:00
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.
This commit is contained in:
@@ -332,7 +332,6 @@
|
||||
true,
|
||||
false,
|
||||
global,
|
||||
this._inst.exports.memory,
|
||||
this,
|
||||
];
|
||||
this._refs = new Map();
|
||||
|
||||
Reference in New Issue
Block a user