mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 05:18:43 +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:
@@ -14,6 +14,7 @@ pub extern "C" fn wasm_config_new() -> *mut wasm_config_t {
|
||||
|
||||
#[repr(C)]
|
||||
pub struct wasm_engine_t {
|
||||
/// cbindgen:ignore
|
||||
pub(crate) inner: Arc<dyn Engine + Send + Sync>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user