Browse Source

Remove unused value

pull/3967/head
= 10 months ago
committed by Ayke
parent
commit
cc3e785692
  1. 2
      targets/wasm_exec.js

2
targets/wasm_exec.js

@ -466,8 +466,6 @@
this._idPool = []; // unused ids that have been garbage collected this._idPool = []; // unused ids that have been garbage collected
this.exited = false; // whether the Go program has exited this.exited = false; // whether the Go program has exited
const mem = new DataView(this._inst.exports.memory.buffer)
while (true) { while (true) {
const callbackPromise = new Promise((resolve) => { const callbackPromise = new Promise((resolve) => {
this._resolveCallbackPromise = () => { this._resolveCallbackPromise = () => {

Loading…
Cancel
Save