pub unsafe extern "C" fn wasm_runtime_get_export_type(
module: wasm_module_t,
export_index: i32,
export_type: *mut wasm_export_t,
)
Expand description
Get information about a specific WASM module export
@param module the WASM module @param export_index the desired export index @param export_type the location to store information about the export