Is there any way, short of poking around in the source, to know which implementations have support for proposals that have not reached spec yet, e.g. Interface Types or gc? The table at https://webassembly.org/roadmap/ doesn't track them.
AFAIK no runtime natively implements interface types and v8 has the-most-far-along implementation of gc (although I think spidermonkey is doing things in that area too). In general though, yes, you typically have to poke around to see who implements what
Last updated: Nov 22 2024 at 17:03 UTC