Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.57k stars 1.37k forks source link

Track the status of the JavaScript Promise Integration specification #7075

Open yoshuawuyts opened 1 month ago

yoshuawuyts commented 1 month ago

The JavaScript Promise Integration specification is an in-progress specification intended to make it easier for applications written in Wasm to perform synchronous IO on non-blocking runtimes like the browser.

References

yoshuawuyts commented 1 month ago

I found out today that https://webassembly.org/features/ also tracks JSPI support. We should also note that Chrome specifically requires enabling chrome://flags/#enable-experimental-webassembly-jspi.