mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
fix(c-api) Adjust cbindgen metadata for header files.
This commit is contained in:
@@ -299,5 +299,7 @@ pub unsafe extern "C" fn wasi_get_start_function(
|
||||
}
|
||||
|
||||
/// Delete a `wasm_extern_t` allocated by the API.
|
||||
///
|
||||
/// cbindgen:ignore
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn wasm_extern_delete(_item: Option<Box<wasm_extern_t>>) {}
|
||||
|
||||
Reference in New Issue
Block a user