Join Slack
Powered by
Is there a runtime (native) that supports wasmgc? ...
# webassembly
s
Seth Madison
09/26/2025, 3:07 PM
Is there a runtime (native) that supports wasmgc? My cursory googling turned up nothing.
e
ephemient
09/26/2025, 3:30 PM
https://webassembly.org/features/
s
Seth Madison
09/26/2025, 4:13 PM
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
Michael Paus
09/26/2025, 4:48 PM
It depends a bit on what you consider a runtime but Chasm for example also supports WasmGC.
https://github.com/CharlieTap/chasm
s
Seth Madison
09/26/2025, 7:48 PM
Whoa! Had not heard of that project. Crazy.
g
gildor
09/29/2025, 3:33 AM
@Seth Madison
isn't Deno also supports it? And it's native
👍 1
6
Views
Open in Slack
Previous
Next