#[no_mangle]
pub extern "C" fn wasmer_named_extern_module(
    named_extern: Option<&wasmer_named_extern_t>
) -> Option<&wasm_name_t>
Expand description

Non-standard function to get the module name of a wasmer_named_extern_t.

The returned value isn’t owned by the caller.