herumi / bls-eth-wasm

30 stars 15 forks source link

ReferenceError: window is not define #19

Closed igor-peregudov closed 1 year ago

igor-peregudov commented 1 year ago

with the current implementation browser/src/index-browser.js, there is no way to transfer the module to the web worker, I suggest replacing window with self

pull-request: https://github.com/herumi/bls-eth-wasm/pull/18