Is there a runtime (native) that supports wasmgc? ...
# webassembly
s
Is there a runtime (native) that supports wasmgc? My cursory googling turned up nothing.
e
s
Thanks @ephemient. So it looks like wasmtime is the only game in town right now. Is anybody using it (with
--wasm=gc
) in production here?
m
It depends a bit on what you consider a runtime but Chasm for example also supports WasmGC. https://github.com/CharlieTap/chasm
s
Whoa! Had not heard of that project. Crazy.
g
@Seth Madison isn't Deno also supports it? And it's native
👍 1