mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
Add basic API tests with reference types with dynamic functions
This commit is contained in:
@@ -255,6 +255,7 @@
|
||||
|
||||
mod env;
|
||||
mod exports;
|
||||
mod extern_ref;
|
||||
mod externals;
|
||||
mod import_object;
|
||||
mod instance;
|
||||
@@ -285,6 +286,7 @@ pub mod internals {
|
||||
|
||||
pub use crate::env::{HostEnvInitError, LazyInit, WasmerEnv};
|
||||
pub use crate::exports::{ExportError, Exportable, Exports, ExportsIterator};
|
||||
pub use crate::extern_ref::ExternRef;
|
||||
pub use crate::externals::{
|
||||
Extern, FromToNativeWasmType, Function, Global, HostFunction, Memory, Table, WasmTypeList,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user