Skip to content

Commit

Permalink
doc(runtime-c-api) Improve documentation of wasmer_instance_context_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Jan 20, 2020
1 parent cb632f3 commit edf4504
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/runtime-c-api/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
///
Expand Down

0 comments on commit edf4504

Please sign in to comment.