doc(c-api) Write documentation for the trap module.

This commit is contained in:
Ivan Enderlin
2021-06-25 13:38:26 +02:00
parent a4349f8719
commit d63ffcd78f
3 changed files with 100 additions and 1 deletions

View File

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