mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +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:
@@ -10,6 +10,7 @@ use wasmer::{Extern, Instance};
|
||||
|
||||
#[repr(C)]
|
||||
pub struct wasm_instance_t {
|
||||
/// cbindgen:ignore
|
||||
pub(crate) inner: Arc<Instance>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user