1
0
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:
Lachlan Sneff
2019-03-02 10:56:02 -08:00
parent 87ddf4f855
commit 5760f6006a
7 changed files with 68 additions and 49 deletions

@@ -14,6 +14,7 @@ use wasmparser::{self, WasmDecoder};
mod backend;
mod code;
mod intrinsics;
mod platform;
mod read_info;
mod state;
mod trampolines;