mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
More work on reference types -- wip
This commit is contained in:
@@ -315,8 +315,18 @@ pub use wasmer_engine::{
|
||||
NamedResolverChain, Resolver, RuntimeError, SerializeError, Tunables,
|
||||
};
|
||||
pub use wasmer_types::{
|
||||
Atomically, Bytes, ExportIndex, GlobalInit, LocalFunctionIndex, MemoryView, Pages, ValueType,
|
||||
WASM_MAX_PAGES, WASM_MIN_PAGES, WASM_PAGE_SIZE,
|
||||
Atomically,
|
||||
Bytes,
|
||||
ExportIndex,
|
||||
GlobalInit,
|
||||
LocalFunctionIndex,
|
||||
MemoryView,
|
||||
Pages,
|
||||
VMExternRef, // TODO: review whether we want to export `VMExetrnRef` or not
|
||||
ValueType,
|
||||
WASM_MAX_PAGES,
|
||||
WASM_MIN_PAGES,
|
||||
WASM_PAGE_SIZE,
|
||||
};
|
||||
|
||||
// TODO: should those be moved into wasmer::vm as well?
|
||||
|
||||
Reference in New Issue
Block a user