You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
As of Firefox 120 I intend to turn WebAssembly GC on by default on all platforms.
Summary: The WebAssembly GC proposal extends wasm with managed low level data types (structs/arrays) which allow managed languages (such as Java/Dart/Kotlin) to use the host garbage collector when compiling to WebAssembly. This makes it possible for reference cycles between the guest language and host browser to be collected. There are also potential size and performance benefits. Standards Body: WebAssembly Community Group Specification:https://github.com/webassembly/gc Explainer:https://github.com/WebAssembly/gc/blob/master/proposals/gc/Overview.md