mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 22:58:18 +00:00
feat(c-api) Move as_extern APIs into the externals module.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use super::store::wasm_store_t;
|
||||
use super::{
|
||||
wasm_byte_vec_t, wasm_exporttype_t, wasm_exporttype_vec_t, wasm_importtype_t,
|
||||
wasm_importtype_vec_t, wasm_store_t,
|
||||
wasm_importtype_vec_t,
|
||||
};
|
||||
use crate::c_try;
|
||||
use std::mem;
|
||||
|
||||
Reference in New Issue
Block a user