ymd-h / exodide

Build & Install custom C/C++ extension package for Pyodide
MIT License
21 stars 4 forks source link

Pyodide has suffered a fatal error. / TypeError: Cannot read properties of undefined (reading 'apply') #2

Open ymd-h opened 2 years ago

ymd-h commented 2 years ago

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.