When I tried to import cpprb for exodide test, I encountered the following error.
Pyodide has suffered a fatal error.
TypeError: Cannot read properties of undefined (reading 'apply')
Console message points to __handle_stack_overflow called from Wasm module, so that I suspect there happened stack overflow.
When I tried to import cpprb for exodide test, I encountered the following error.
Pyodide has suffered a fatal error.TypeError: Cannot read properties of undefined (reading 'apply')Console message points to
__handle_stack_overflowcalled from Wasm module, so that I suspect there happened stack overflow.