hi, I'm trying to write some wat to play with wasm-gc, I'm trying to find what's the latest status of wasm-gc, which instructions are available and which tools support what and I have a hard time finding stuff, for example, is the instruction struct.new_with_rtt
in the final version of the spec, if so, why wasm-tools parse doesn't support it? wasm-tools had it but removed it, the same seems to happen in v8, I went to look at the latest draft of the wasm spec (https://webassembly.github.io/spec/core/) and it seems it doesn't include the gc proposal?
where do I go look for the latest, what's in the browsers and what's in the tools like wasm-tools?
just found this https://webassembly.github.io/gc/core/
RTTs were removed from Wasm GC
the spec that you linked to is the most up-to-date resource
I believe both Chrome and Firefox are shipping support, but Safari is not: https://webassembly.org/features/
wasm-tools
should have complete support, if you find any bugs please file an issue
Wasmtime support is still WIP (working on it at this very moment!)
Mariano Guerra has marked this topic as resolved.
Last updated: Nov 22 2024 at 17:03 UTC