mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 06:53:40 +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,
|
true,
|
||||||
false,
|
false,
|
||||||
global,
|
global,
|
||||||
this._inst.exports.memory,
|
|
||||||
this,
|
this,
|
||||||
];
|
];
|
||||||
this._refs = new Map();
|
this._refs = new Map();
|
||||||
|
|||||||
Reference in New Issue
Block a user