I put the file wallet-core.wasm into nextjs build folder, then run it, after run I got this error:
initWasp error 2153272 - Exception catching is disabled, this exception cannot be caught. Compile with -sNO_DISABLE_EXCEPTION_CATCHING or -sEXCEPTION_CATCHING_ALLOWED=[..] to catch
Hi all, I am new about wallet-core, I want to use NextJS to integrate with WalletCore, step by step, by following code above:
I put the file
wallet-core.wasm
into nextjs build folder, then run it, after run I got this error: initWasp error 2153272 - Exception catching is disabled, this exception cannot be caught. Compile with -sNO_DISABLE_EXCEPTION_CATCHING or -sEXCEPTION_CATCHING_ALLOWED=[..] to catchCan someone help?