It is a project for Bytom WebAssembly
git clone https://github.com/Bytom-Community/Bytom-WebAssembly.git $GOPATH/src/github.com/bytom-community/wasm
Need Go version 1.11
cd $GOPATH/src/github.com/bytom-community/wasm
#default build
GOOS=js GOARCH=wasm go build -o main.wasm
#mini build
GOOS=js GOARCH=wasm go build -tags=mini -o main.wasm
createKey
resetKeyPassword
signTransaction1
createKey
resetKeyPassword
createAccount
createAccountReceiver
signTransaction
signTransaction1