adding a document for wasmer_instance_context_get

This commit is contained in:
Yaron Wittenstein
2019-07-31 14:15:16 +03:00
parent 847dd6f65e
commit 351977690b
3 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,7 @@ pub unsafe extern "C" fn wasmer_instantiate(
wasmer_result_t::WASMER_OK
}
/// Extracts the instance's context and returns it.
#[allow(clippy::cast_ptr_alignment)]
#[no_mangle]
pub unsafe extern "C" fn wasmer_instance_context_get(