mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +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:
1
lib/c-api/src/wasm_c_api/externals/table.rs
vendored
1
lib/c-api/src/wasm_c_api/externals/table.rs
vendored
@@ -5,6 +5,7 @@ use wasmer::{Store, Table};
|
||||
|
||||
#[repr(C)]
|
||||
pub struct wasm_table_t {
|
||||
/// cbindgen:ignore
|
||||
// maybe needs to hold onto instance
|
||||
pub(crate) inner: Table,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user