MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / wasmtime_module_exports

Function wasmtime_module_exports

crates/c-api/src/module.rs:158–163  ·  view source on GitHub ↗
(
    module: &wasmtime_module_t,
    out: &mut wasm_exporttype_vec_t,
)

Source from the content-addressed store, hash-verified

156
157#[unsafe(no_mangle)]
158pub extern "C" fn wasmtime_module_exports(
159 module: &wasmtime_module_t,
160 out: &mut wasm_exporttype_vec_t,
161) {
162 fill_exports(&module.module, out);
163}
164
165#[unsafe(no_mangle)]
166pub extern "C" fn wasmtime_module_imports(

Callers 1

exportsMethod · 0.85

Calls 1

fill_exportsFunction · 0.85

Tested by

no test coverage detected