BLS signature for Node.js by WebAssembly
npm install bls-wasm
v0.4.2 breaks backward compatibility of the entry point.
const bls = require('bls-wasm')
const bls = require('bls-wasm/browser')
node test/test.js
`
for browser
Include browser/bls.js
for React
`
const bls = require('bls-wasm/browser')
``