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

Function smoke_winch

crates/fuzzing/src/oracles/diff_wasmtime.rs:272–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270
271 #[test]
272 fn smoke_winch() {
273 if !cfg!(target_arch = "x86_64") || !cfg!(target_arch = "aarch64") {
274 return;
275 }
276 crate::oracles::engine::smoke_test_engine(|u, config| {
277 WasmtimeEngine::new(u, config, CompilerStrategy::Winch)
278 })
279 }
280}

Callers

nothing calls this directly

Calls 2

smoke_test_engineFunction · 0.85
newFunction · 0.50

Tested by

no test coverage detected