Этот коммит содержится в:
= 2024-01-24 14:52:46 -06:00 коммит произвёл Ayke
родитель 0ea5cfc8fe
коммит cc3e785692

Просмотреть файл

@ -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 = () => {