Function wasm_module_exports

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasm_module_exports(
    module: &wasm_module_t,
    out: &mut wasm_exporttype_vec_t,
)