mirror of
https://github.com/fluencelabs/wasmer
synced 2025-08-01 07:42:06 +00:00
Start implementing exception handling by adding frame descriptor entry processing.
- Soon, we should be able basic exceptions.
This commit is contained in:
lib/llvm-backend
@@ -14,6 +14,7 @@ use wasmparser::{self, WasmDecoder};
|
||||
mod backend;
|
||||
mod code;
|
||||
mod intrinsics;
|
||||
mod platform;
|
||||
mod read_info;
|
||||
mod state;
|
||||
mod trampolines;
|
||||
|
Reference in New Issue
Block a user