mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 06:38:22 +00:00
feat(c-api) Use our fork of cbindgen.
Our fork contains incoming PR. It helps for example to skip struct fields.
This commit is contained in:
@@ -11,6 +11,7 @@ use wasmer::{Module, Store};
|
||||
|
||||
#[repr(C)]
|
||||
pub struct wasm_module_t {
|
||||
/// cbindgen:ignore
|
||||
pub(crate) inner: Arc<Module>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user