mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
doc(c-api) Specify where examples are for wasm_instance_new.
This commit is contained in:
@@ -32,6 +32,10 @@ pub struct wasm_instance_t {
|
||||
///
|
||||
/// The `store` argument is ignored. The store from the given module
|
||||
/// will be used.
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// See the module's documentation.
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn wasm_instance_new(
|
||||
_store: Option<&wasm_store_t>,
|
||||
|
||||
Reference in New Issue
Block a user