Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2966: Singlepass nopanic r=ptitSeb a=ptitSeb # Description Removed all panic from singlepass compiler, and implemented Result for error handling. The compiler will now return a CompileError instead of a panic when an opcode is missing or more generalt when something goes wrong in the compiler. This partly address ticket #2959 Also, tested the compiler performances with the method expalined here: https://wasmer.io/posts/wasmer-2.2 and found no speed change (good job rustc compiler) Co-authored-by: ptitSeb <[email protected]>
- Loading branch information