diff --git a/lib/runtime-c-api/src/instance.rs b/lib/runtime-c-api/src/instance.rs index 2aaeb186d..58bc019a7 100644 --- a/lib/runtime-c-api/src/instance.rs +++ b/lib/runtime-c-api/src/instance.rs @@ -33,7 +33,9 @@ pub struct wasmer_instance_t; /// `wasmer_instance_context_memory()` function. /// /// It is also possible to get the instance context outside a host -/// function by using the `wasmer_instance_context_get()` function. +/// function by using the `wasmer_instance_context_get()` +/// function. See also `wasmer_instance_context_data_set()` to set the +/// instance context data. /// /// Example: ///