Rename vm::Export to vm::VMExport

This commit is contained in:
Mark McCaskey
2020-11-30 11:38:14 -08:00
parent 8669e92ed4
commit 9e0cfcebbb
9 changed files with 66 additions and 64 deletions

View File

@@ -89,7 +89,7 @@ pub use wasmer_types::{
};
// TODO: should those be moved into wasmer::vm as well?
pub use wasmer_vm::{raise_user_trap, Export, MemoryError};
pub use wasmer_vm::{raise_user_trap, MemoryError, VMExport};
pub mod vm {
//! We use the vm module for re-exporting wasmer-vm types