The version v0.4.2
breaks backward compatibility of the entry point.
const bls = require('bls-wasm')
const bls = require('bls-wasm/browser')
<script src="https://herumi.github.io/bls-wasm/browser/bls.js"></script>
node test/test.js
Include browser/bls.js
const bls = require('bls-wasm/browser')
modified new BSD License http://opensource.org/licenses/BSD-3-Clause
MITSUNARI Shigeo(herumi@nifty.com)