Sia Lite WASM
Simple GoLang WASM wrapper around some Sia wallet functions to access them securely in JS.
Building
To build the WASM library
GOARCH=wasm GOOS=js go build -o sia.wasm lib/main.go
Testing
To test the library from the example directory:
GOARCH=wasm GOOS=js go build -o sia.wasm ../lib/main.go
go run server.go
Then open your browser to https://localhost:8080/test.html
Using
Look at the example directory