mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
doc(c-api) Remove incorrect link.
This commit is contained in:
4
lib/c-api/src/wasm_c_api/externals/mod.rs
vendored
4
lib/c-api/src/wasm_c_api/externals/mod.rs
vendored
@@ -27,10 +27,6 @@ pub unsafe extern "C" fn wasm_extern_copy(r#extern: &wasm_extern_t) -> Box<wasm_
|
||||
}
|
||||
|
||||
/// Delete an extern.
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// See `wasm_extern_copy`.
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn wasm_extern_delete(_extern: Option<Box<wasm_extern_t>>) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user