Comment on Wasm3 compiles itself (using LLVM/Clang compiled to WASM)parentComments−sound_and_form5yIt's a spec proposal. https://github.com/WebAssembly/gc/blob/master/proposals/gc/O...−Hydraulix9895yYes, and this is just an extension. Existing WASM compiler front-ends for non-GC languages don't have to necessarily use it. Wasm itself still won't take a performance hit, unless individual devs opt in by using front-ends for GC languages.
Comments
It's a spec proposal. https://github.com/WebAssembly/gc/blob/master/proposals/gc/O...
Yes, and this is just an extension. Existing WASM compiler front-ends for non-GC languages don't have to necessarily use it. Wasm itself still won't take a performance hit, unless individual devs opt in by using front-ends for GC languages.