Stream: general

Topic: Early implementations


view this post on Zulip Jonathan Halliday (Sep 28 2021 at 14:51):

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.

view this post on Zulip Alex Crichton (Sep 28 2021 at 15:23):

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: Oct 23 2024 at 20:03 UTC