#[no_mangle]
pub extern "C" fn wasm_module_exports(
module: &wasm_module_t,
out: &mut wasm_exporttype_vec_t,
)Expand description
Queries the module exports of the wasm_module_t.
Stores the queried module exports in out.
Wraps Module::exports.