llvm-project
539b2e06
- [WebAssembly] Fix catch block type in wasm64 (#124381)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
247 days ago
[WebAssembly] Fix catch block type in wasm64 (#124381) `try_table`'s `catch` or `catch_ref`'s target block's return type should be `i64` and `(i64, exnref)` in case of wasm64.
References
#124381 - [WebAssembly] Fix catch block type in wasm64
Author
aheejin
Parents
1bcf44be
Loading