We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ ./test/runner browser64.test_sdl_audio_beep_sleep ... wasm-opt: /usr/local/google/home/sbc/dev/wasm/binaryen/src/literal.h:280: int32_t wasm::Literal::geti32() const: Assertion `type == Type::i32' failed. wasm-opt: /usr/local/google/home/sbc/dev/wasm/binaryen/src/literal.h:280: int32_t wasm::Literal::geti32() const: Assertion `typeemcc: error: '/usr/local/google/home/sbc/dev/wasm/binaryen-out/bin/wasm-opt --strip-target-features --post-emscripten -Os --low-memory-unused --zero-filled-memory --pass-arg=directize-initial-contents-immutable test.wasm -o test.wasm -g --mvp-features --enable-memory64 --enable-mutable-globals --enable-sign-ext' failed (received SIGABRT (-6))
The text was updated successfully, but these errors were encountered:
fix #6073
e7ac60e
[Wasm64] Fix PostEmscripten::optimizeExceptions on invokes with an i6…
b14bf89
…4 argument (#6074) In wasm64, function pointers are 64-bit like all pointers. fixes #6073
72d2c1e
…4 argument (WebAssembly#6074) In wasm64, function pointers are 64-bit like all pointers. fixes WebAssembly#6073
kripken
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: