Stream: jco

Topic: tracking JSPI support


view this post on Zulip Yoshua Wuyts (Jun 03 2024 at 18:12):

I filed https://github.com/Fyrd/caniuse/issues/7075 to track JSPI support on caniuse. This seems like a good idea to start now, because Chrome is moving to Origin Trial, and Firefox also already has a working prototype. Creating visibility around this seems like a good way to encourage the remaining (non-chromium) browser vendors to prioritize this work sooner.

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 ...

view this post on Zulip Calvin Prewitt (Jun 03 2024 at 18:17):

Recording of today's (Jun 3, 2024) meeting: https://drive.google.com/drive/folders/1b-USaTaJwo7ulhFWVguLYraqtAWvwhWG?usp=sharing

view this post on Zulip Yoshua Wuyts (Jun 03 2024 at 18:38):

And filed a PR to begin tracking it: https://github.com/Fyrd/caniuse/pull/7076

Closes #7075. Begins tracking the status of the WebAssembly JavaScript Promise Integration specification. Thanks!

view this post on Zulip Yoshua Wuyts (Jun 05 2024 at 14:18):

Filed an issue for the WebAssembly website too: https://github.com/WebAssembly/website/pull/384 - didn't realize it was tracking Wasm features

This begins tracking JSPI support on Firefox, which has been merged as part of Firefox 127 (nightly). Implementation work is still ongoing, but a minimal version appears to be working already. I do...

Last updated: Oct 23 2024 at 20:03 UTC