bitcoinjs / bip32

A BIP32 compatible library.
MIT License
170 stars 124 forks source link

Not able to run in browser #80

Open demattosanthony opened 12 months ago

demattosanthony commented 12 months ago

When trying to use in a next js app I get the error:

Screenshot 2023-07-11 at 9 36 05 PM

Any ideas?

Heres my webpack config:

webpack: (config) => {

config.experiments = { asyncWebAssembly: true , layers: true};

return config;

},

ChrisCho-H commented 6 months ago

Not knowing much about Next, but may relate to buffer polyfill issue.