More work on reference types -- wip

This commit is contained in:
Mark McCaskey
2021-02-09 10:54:26 -08:00
parent 6cfcc92d52
commit 7b8c5b3554
22 changed files with 183 additions and 107 deletions

View File

@@ -21,7 +21,6 @@
)]
mod export;
mod extern_ref;
mod func_data_registry;
mod global;
mod imports;
@@ -39,7 +38,7 @@ mod vmoffsets;
pub mod libcalls;
pub use crate::export::*;
pub use crate::extern_ref::VMExternRef;
pub use wasmer_types::VMExternRef;
pub use crate::func_data_registry::{FuncDataRegistry, VMFuncRef};
pub use crate::global::*;
pub use crate::imports::Imports;