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

@@ -10,6 +10,7 @@ pub use cranelift_codegen::Context;
pub use cranelift_frontend::{FunctionBuilder, FunctionBuilderContext};
pub mod binemit {
pub use cranelift_codegen::binemit::NullTrapSink;
pub use cranelift_codegen::binemit::{CodeOffset, NullStackmapSink, TrapSink};
use cranelift_codegen::{binemit, ir};