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
I'm trying to integrate JSPI to my wasm project.
But when i'm trying to instantiate compiled wasm module it throws error:
Exception: TypeError: WebAssembly.Suspending is not a constructor.
Hello,
I'm trying to integrate JSPI to my wasm project.
But when i'm trying to instantiate compiled wasm module it throws error:
Exception: TypeError: WebAssembly.Suspending is not a constructor.
According to this:
https://v8.dev/blog/jspi-newapi
It should be supported in chrome starting from version 126.
I'm currently using windows chrome: Version 130.0.6723.117
So why new API is not available there?
Tried to google the issue. Didn't find the answers...
The text was updated successfully, but these errors were encountered: