Add MiddlewareChain and StreamingCompiler to runtime

This commit is contained in:
Brandon Fish
2019-06-09 23:24:10 -05:00
parent bea3ebd2f3
commit c6786474a7

View File

@ -76,6 +76,7 @@
//! [`wasmer-clif-backend`]: https://crates.io/crates/wasmer-clif-backend
//! [`compile_with`]: fn.compile_with.html
pub use wasmer_runtime_core::codegen::{MiddlewareChain, StreamingCompiler};
pub use wasmer_runtime_core::export::Export;
pub use wasmer_runtime_core::global::Global;
pub use wasmer_runtime_core::import::ImportObject;