Hi everyone. I would like to run WASM Components in a golang app. Am I right to say that's not yet possible with wasmtime-go? There's a NewModuleFromFile
method that throws an error when attempting to load a component, stating clearly that it expects a module and not a component.
Currently it looks like wasmtime-go's component support isn't there yet as the underlying CGO based support hasn't landed yet:
https://github.com/bytecodealliance/wasmtime-go/issues/204
The issue you can follow in wasmtime
is here:
https://github.com/bytecodealliance/wasmtime/issues/8036
Any help is always welcome and appreciated of course!
Last updated: Feb 27 2025 at 23:03 UTC