You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not specify recently introduced memoryName (just use nullptr) parameter for BinaryenLoad, BinaryenStore, BinaryenMemoryFill etc., this lead to crash with assertion inside emscripten-optimizer/istring.h (line 65):
After #4811 and #4940
If not specify recently introduced
memoryName(just usenullptr) parameter forBinaryenLoad,BinaryenStore,BinaryenMemoryFilletc., this lead to crash with assertion insideemscripten-optimizer/istring.h(line 65):https://github.com/WebAssembly/binaryen/blob/main/src/emscripten-optimizer/istring.h#L65