Remove trap registration from wasmtime crate (#903)

Our trampoline shims no longer have traps baked into them so this is
largely all dead code now at this point.
This commit is contained in:
Alex Crichton
2020-02-05 10:28:50 -06:00
committed by GitHub
parent 961853fd1c
commit 9f76df6c85
4 changed files with 11 additions and 73 deletions

View File

@@ -5,7 +5,6 @@ mod func;
mod global;
mod memory;
mod table;
mod trap;
use self::func::create_handle_with_function;
use self::global::create_global;