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

Function TEST

crates/c-api/tests/simple.cc:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14TEST(Engine, Smoke) {
15 Engine engine;
16 Config config;
17 engine = Engine(std::move(config));
18}
19
20TEST(wat2wasm, Smoke) {
21 wat2wasm("(module)").ok();

Callers

nothing calls this directly

Calls 15

wat2wasmFunction · 0.85
removeFunction · 0.85
unwrapFunction · 0.70
EngineClass · 0.50
compileFunction · 0.50
validateFunction · 0.50
deserializeFunction · 0.50
FuncTypeClass · 0.50
createFunction · 0.50
TrapClass · 0.50
okMethod · 0.45
errMethod · 0.45

Tested by

no test coverage detected