mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 05:18:43 +00:00
feat(c-api) Move all types into their own modules.
This commit is contained in:
@@ -12,7 +12,6 @@ use super::{
|
||||
};
|
||||
// required due to really weird Rust resolution rules for macros
|
||||
// https://github.com/rust-lang/rust/issues/57966
|
||||
use crate::c_try;
|
||||
use crate::error::{update_last_error, CApiError};
|
||||
use std::convert::TryFrom;
|
||||
use std::ffi::CStr;
|
||||
|
||||
Reference in New Issue
Block a user