transition to protected_caller

This commit is contained in:
Lachlan Sneff
2019-01-18 14:30:15 -08:00
parent 539db9f577
commit 9ed0018045
7 changed files with 69 additions and 47 deletions

View File

@ -1,11 +1,11 @@
// pub mod codegen;
mod call;
mod func_env;
mod libcalls;
mod module;
mod module_env;
mod relocation;
mod resolver;
mod call;
use cranelift_codegen::{
isa,