mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 05:38:19 +00:00
Implement further for compiler-cranelift; add ExternRef
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
)]
|
||||
|
||||
mod export;
|
||||
mod extern_ref;
|
||||
mod func_data_registry;
|
||||
mod global;
|
||||
mod imports;
|
||||
@@ -38,6 +39,7 @@ mod vmoffsets;
|
||||
pub mod libcalls;
|
||||
|
||||
pub use crate::export::*;
|
||||
pub use crate::extern_ref::VMExternRef;
|
||||
pub use crate::func_data_registry::{FuncDataRegistry, VMFuncRef};
|
||||
pub use crate::global::*;
|
||||
pub use crate::imports::Imports;
|
||||
|
||||
Reference in New Issue
Block a user