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,4 +1,4 @@
|
||||
use super::{wasm_ref_t, wasm_valkind_enum};
|
||||
use super::types::{wasm_ref_t, wasm_valkind_enum};
|
||||
use std::convert::{TryFrom, TryInto};
|
||||
use std::ptr::NonNull;
|
||||
use wasmer::Val;
|
||||
|
||||
Reference in New Issue
Block a user