@bytecodealliance/jco 1.16.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
@@ -1371,7 +1371,7 @@ class ComponentAsyncState {
|
|
|
1371
1371
|
hasBackpressure() { return this.#backpressure > 0; }
|
|
1372
1372
|
|
|
1373
1373
|
waitForBackpressure() {
|
|
1374
|
-
|
|
1374
|
+
let backpressureCleared = false;
|
|
1375
1375
|
const cstate = this;
|
|
1376
1376
|
cstate.addBackpressureWaiter();
|
|
1377
1377
|
const handlerID = this.registerHandler({
|
package/obj/wasm-tools.js
CHANGED
|
@@ -1371,7 +1371,7 @@ class ComponentAsyncState {
|
|
|
1371
1371
|
hasBackpressure() { return this.#backpressure > 0; }
|
|
1372
1372
|
|
|
1373
1373
|
waitForBackpressure() {
|
|
1374
|
-
|
|
1374
|
+
let backpressureCleared = false;
|
|
1375
1375
|
const cstate = this;
|
|
1376
1376
|
cstate.addBackpressureWaiter();
|
|
1377
1377
|
const handlerID = this.registerHandler({
|
package/package.json
CHANGED