mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +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.
|
/// Delete an extern.
|
||||||
///
|
|
||||||
/// # Example
|
|
||||||
///
|
|
||||||
/// See `wasm_extern_copy`.
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub unsafe extern "C" fn wasm_extern_delete(_extern: Option<Box<wasm_extern_t>>) {}
|
pub unsafe extern "C" fn wasm_extern_delete(_extern: Option<Box<wasm_extern_t>>) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user