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

Function wasm_engine_new_with_config

src/wasm-c.cc:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223wasm_engine_t* wasm_engine_new_with_config(wasm_config_t* config) {
224 return release_engine(Engine::make(adopt_config(config)));
225}
226
227
228// Stores

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected