Post #3974801
2026-07-20 23:59 UTC
Wasmtime now has GC and exception handling support!
https://bytecodealliance.org/articles/wasmtime-gc
The GC support is useful for having **much** smaller Wasm files when you compile straight to Wasm (i.e. my WASI builds won't use it).
The exception handling support should help with long jumps in C code. For Python that would be useful for porting MicroPython to WASI.
Replies (0)
No replies.