Remove unused value

This commit is contained in:
=
2024-01-24 14:52:46 -06:00
committed by Ayke
parent 0ea5cfc8fe
commit cc3e785692
-2
View File
@@ -466,8 +466,6 @@
this._idPool = []; // unused ids that have been garbage collected
this.exited = false; // whether the Go program has exited
const mem = new DataView(this._inst.exports.memory.buffer)
while (true) {
const callbackPromise = new Promise((resolve) => {
this._resolveCallbackPromise = () => {