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

Method exports

crates/c-api/include/wasmtime/module.hh:139–143  ·  view source on GitHub ↗

Returns the list of types exported by this module.

Source from the content-addressed store, hash-verified

137
138 /// Returns the list of types exported by this module.
139 ExportType::List exports() const {
140 ExportType::List list;
141 wasmtime_module_exports(ptr.get(), &list.list);
142 return list;
143 }
144
145#ifdef WASMTIME_FEATURE_COMPILER
146 /**

Callers 13

fill_exportsFunction · 0.45
wasm_instance_exportsFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

wasmtime_module_exportsFunction · 0.85
getMethod · 0.45

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36