Extensible Wasm Applications with Go - The Go Programming Language
The Go Blog
Go 1.24 enhances its WebAssembly (Wasm) capabilities with the
addition of the go:wasmexport directive and the ability to build a reactor
for WebAssembly System Interface (WASI).
These features enable Go developers to export Go functions to Wasm,
facilitating better integration with Wasm hosts and expanding the possibilities
for Go-based Wasm applications.
WebAssembly and the WebAssembly System Interface
WebAssembly (Wasm) is a binary instruction format
that was initially created for ...
Read more at go.dev