Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 261 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 261 Bytes

Runic WASM

Expose functions from the Runic parser library to the JavaScript global scope using WebAssembly.

Installation

go get github.com/vqvw/runic_wasm

Build

GOOS=js GOARCH=wasm go build -o main.wasm