Eli Bendersky's
Follow
watgo - a WebAssembly Toolkit for Go
I'm happy to announce the general availability of watgo
- the WebAssembly Toolkit for Go. This project is similar to
wabt (C++) or
wasm-tools (Rust), but in
pure, zero-dependency Go.watgo comes with a CLI and a Go API to parse WAT (WebAssembly Text), validate
it …