bip32
bip32 copied to clipboard
Not able to run in browser
When trying to use in a next js app I get the error:
Any ideas?
Heres my webpack config:
webpack: (config) => {
config.experiments = { asyncWebAssembly: true , layers: true};
return config;
},
Not knowing much about Next, but may relate to buffer polyfill issue.