Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
TEST(Engine, Smoke) {
15
Engine engine;
16
Config config;
17
engine = Engine(std::move(config));
18
}
19
20
TEST(wat2wasm, Smoke) {
21
wat2wasm(
"(module)"
).ok();
Callers
nothing calls this directly
Calls
15
wat2wasm
Function · 0.85
remove
Function · 0.85
unwrap
Function · 0.70
Engine
Class · 0.50
compile
Function · 0.50
validate
Function · 0.50
deserialize
Function · 0.50
FuncType
Class · 0.50
create
Function · 0.50
Trap
Class · 0.50
ok
Method · 0.45
err
Method · 0.45
Tested by
no test coverage detected