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

Function wasm_config_new

src/wasm-c.cc:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208WASM_DEFINE_OWN(config, Config)
209
210wasm_config_t* wasm_config_new() {
211 return release_config(Config::make());
212}
213
214
215// Engine

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected