mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
doc(c-api) Write documentation for the trap module.
This commit is contained in:
@@ -87,7 +87,7 @@ pub unsafe extern "C" fn wasm_instance_new(
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// See `wasm_instance_new`.
|
||||
/// See [`wasm_instance_new`].
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn wasm_instance_delete(_instance: Option<Box<wasm_instance_t>>) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user