mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
feat(c-api) Move all types into their own modules.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
use super::store::wasm_store_t;
|
||||
use super::{
|
||||
use super::types::{
|
||||
wasm_byte_vec_t, wasm_exporttype_t, wasm_exporttype_vec_t, wasm_importtype_t,
|
||||
wasm_importtype_vec_t,
|
||||
};
|
||||
use crate::c_try;
|
||||
use std::mem;
|
||||
use std::ptr::NonNull;
|
||||
use std::slice;
|
||||
|
||||
Reference in New Issue
Block a user