Added FunctionBuilder::{call_memcpy, call_memset, call_memmove}

This commit is contained in:
Aaron Power
2018-09-09 10:28:05 +01:00
parent 3e996c198f
commit 09f2b78b14
5 changed files with 153 additions and 3 deletions

View File

@@ -177,6 +177,8 @@
#![cfg_attr(not(feature = "std"), feature(alloc))]
extern crate cranelift_codegen;
#[cfg(test)]
extern crate target_lexicon;
pub use frontend::{FunctionBuilder, FunctionBuilderContext};
pub use variable::Variable;