WASM – Aborted(Assertion failed: attempt to write non-integer (undefined) into integer heap)
There is Aborted crash on browser when I resize window. My web app is based on VTK wasm. Check uiEventHandlerFunc in Test.js: Then we can read /emsdk/upstream/emscripten/src/library_html5.js and find registerUiEventCallback and uiEventHandlerFunc on the file. There is checkInt32(e.detail) in registerUiEventCallback in exported js file Test.js which was generated from emsdk Read more…