fix(c-api) Adjust cbindgen metadata for header files.

This commit is contained in:
Ivan Enderlin
2020-10-01 21:20:13 +02:00
parent 90621088fb
commit a2854ebfea
4 changed files with 13 additions and 1 deletions

View File

@@ -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>>) {}