When trying to use in a next js app I get the error: <img width="944" alt="Screenshot 2023-07-11 at 9 36 05 PM" src="https://github.com/bitcoinjs/bip32/assets/70538060/797d2f82-6f97-45d5-8c32-14543d9787c3"> Any ideas? Heres my webpack config: webpack: (config) => { config.experiments = { asyncWebAssembly: true , layers: true}; return config; },