Function wasmer::wasm_c_api::unstable::wasi::wasmer_named_extern_unwrap

source ·
#[no_mangle]
pub extern "C" fn wasmer_named_extern_unwrap(
    named_extern: Option<&wasmer_named_extern_t>
) -> Option<&wasm_extern_t>
Available on crate feature wasi only.
Expand description

Non-standard function to get the wrapped extern of a wasmer_named_extern_t.

The returned value isn’t owned by the caller.