Expose functions from the Runic parser library to the JavaScript global scope using WebAssembly.
go get github.com/vqvw/runic_wasm
GOOS=js GOARCH=wasm go build -o main.wasm
Expose functions from the Runic parser library to the JavaScript global scope using WebAssembly.
go get github.com/vqvw/runic_wasm
GOOS=js GOARCH=wasm go build -o main.wasm