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

Method run

cranelift/filetests/src/test_interpret.rs:70–76  ·  view source on GitHub ↗
(
        &self,
        _func: Cow<ir::Function>,
        _context: &crate::subtest::Context,
    )

Source from the content-addressed store, hash-verified

68 }
69
70 fn run(
71 &self,
72 _func: Cow<ir::Function>,
73 _context: &crate::subtest::Context,
74 ) -> anyhow::Result<()> {
75 unreachable!()
76 }
77}
78
79fn run_test(func_store: &FunctionStore, func: &Function, details: &Details) -> anyhow::Result<()> {

Callers 1

run_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected