mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 22:58:18 +00:00
Add C API (WIP)
This commit is contained in:
@@ -24,7 +24,7 @@ pub use crate::types::{
|
||||
MemoryType, Mutability, TableType, Val, ValType,
|
||||
};
|
||||
|
||||
pub use wasm_common::{ValueType, WasmExternType, WasmTypeList};
|
||||
pub use wasm_common::{Bytes, Pages, ValueType, WasmExternType, WasmTypeList};
|
||||
pub use wasmer_compiler::CompilerConfig;
|
||||
pub use wasmer_jit::{
|
||||
DeserializeError, InstantiationError, LinkError, RuntimeError, SerializeError,
|
||||
|
||||
Reference in New Issue
Block a user