Fyrd / caniuse

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

[Request] Please add Web Assembly Garbage Collection (WasmGC) #7063

Open matthew-dean opened 4 months ago

matthew-dean commented 4 months ago

CanIuse.com has a lot of the newer pieces of WASM. Chrome has had WasmGC enabled by default since October 2023. This is a major component of Wasm adoption that will start enabling GC languages to compile to Wasm, so it would be great for this to be tracked.

Spec is here: https://github.com/WebAssembly/gc

matthew-dean commented 3 months ago

Note also that major libraries / frameworks like Dart / Flutter list WasmGC support as being necessary for wasm targeting, which further elevates the importance of tracking when / where WasmGC is implemented. https://docs.flutter.dev/platform-integration/web/wasm

tracker1 commented 2 months ago

:+1: on this one... I think this will be a crucial feature in order to improve payload sizes and advance wasm usage in general.