MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / wasm_module_new

Function wasm_module_new

src/wasm-c.cc:736–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736wasm_module_t* wasm_module_new(
737 wasm_store_t* store, const wasm_byte_vec_t* binary
738) {
739 auto binary_ = borrow_byte_vec(binary);
740 return release_module(Module::make(store, binary_.it));
741}
742
743
744void wasm_module_imports(

Callers 14

mainFunction · 0.85
mainFunction · 0.85
run_in_storeFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected