You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The JavaScript promise integration (JSPI) suspends a WebAssembly module when the it calls a JavaScript method which returns a promise. The module is resumed when the promise is resolved. You can use this to call asynchronous Web APIs from synchronous WebAssembly.
2
+
description: The JavaScript promise integration (JSPI) suspends a WebAssembly module when it calls a JavaScript method that returns a promise. The module resumes when the promise is resolved. You can use this to call asynchronous Web APIs from synchronous WebAssembly.
0 commit comments