decred-wasm
v1.0.2
Published
Wasm library for Decred
Readme
@chaineco/decred-wasm (template)
Requirement:
- Go >= 1.20
- Node >= 16
- npm
Build:
Build wasm & copy wasm_exec.js: npm run build:wasm
or full build:
npm run build
Test in Node: npm run test:node
Publish:
- ensure dist contains
index.js,index.d.ts, andwasm/with wasm files. - npm publish
