Function wasmer_c_api::wasm_c_api::wasi::wasm_named_extern_module [−][src]
#[no_mangle]pub extern "C" fn wasm_named_extern_module(
named_extern: Option<&wasm_named_extern_t>
) -> Option<&wasm_name_t>
Non-standard function to get the module name of a
wasm_named_extern_t
.
The returned value isn't owned by the caller.