mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
feat(c-api) Move memory into its own module.
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
mod capture_files;
|
||||
|
||||
use super::{
|
||||
wasm_extern_t, wasm_func_t, wasm_instance_t, wasm_memory_t, wasm_module_t, wasm_store_t,
|
||||
externals::memory::wasm_memory_t, wasm_extern_t, wasm_func_t, wasm_instance_t, wasm_module_t,
|
||||
wasm_store_t,
|
||||
};
|
||||
// required due to really weird Rust resolution rules for macros
|
||||
// https://github.com/rust-lang/rust/issues/57966
|
||||
|
||||
Reference in New Issue
Block a user