Export WasmPtr from wasmer_runtime

This commit is contained in:
Mark McCaskey
2019-10-30 16:09:48 -07:00
parent 46cb83738e
commit 25bcadbf74

View File

@ -92,6 +92,7 @@ pub use wasmer_runtime_core::export::Export;
pub use wasmer_runtime_core::global::Global;
pub use wasmer_runtime_core::import::ImportObject;
pub use wasmer_runtime_core::instance::{DynFunc, Instance};
pub use wasmer_runtime_core::memory::ptr::{Array, Item, WasmPtr};
pub use wasmer_runtime_core::memory::Memory;
pub use wasmer_runtime_core::module::Module;
pub use wasmer_runtime_core::table::Table;