Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 271 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 271 Bytes

Runic WASM

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

Installation

go get github.com/adambarjo/runic_wasm

Build

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