Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 607 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 607 Bytes

WebAssembly Example with Kagome

  • Build
GOOS=js GOARCH=wasm go build -o kagome.wasm main.go
├── docs                 ... gh-pages
│   ├── index.html
│   ├── kagome.wasm
│   └── wasm_exec.js
├── _examples
│   └── wasm
│       ├── README.md     ... this document
│       ├── kagome.html   ... html sample
│       ├── main.go       ... source code
│       ├── go.mod
│       └── go.sum