Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ filetests
Function
filetests
cranelift/src/interpret.rs:174–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
173
#[test]
174
fn filetests() {
175
run(&Options {
176
files: vec![PathBuf::from(
"../filetests/filetests/interpreter"
)],
177
verbose: true,
178
})
179
.unwrap()
180
}
181
}
Callers
nothing calls this directly
Calls
2
run
Function · 0.70
unwrap
Method · 0.45
Tested by
no test coverage detected