Out of curiosity I've tried to run a wasm binary produced by go compiler and unsurprisingly it didn't work. Is there any plans to support go and other languages?
Hi @geloizi , we are working on supporting additional languages. There is some work in progress for golang support in the feature/golang branch.
It seems there is no more activity in the feature/golang branch. Curios whether this task became abandoned?
There's also this work for Go to target wasi: https://github.com/golang/go/issues/31105
Closing in favor of https://github.com/wasmerio/wasmer/issues/924.
Most helpful comment
Hi @geloizi , we are working on supporting additional languages. There is some work in progress for golang support in the
feature/golangbranch.