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

Method name

crates/fuzzing/src/oracles/diff_wasmtime.rs:44–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42
43impl DiffEngine for WasmtimeEngine {
44 fn name(&self) -> &'static str {
45 match self.config.wasmtime.compiler_strategy {
46 CompilerStrategy::CraneliftNative => "wasmtime",
47 CompilerStrategy::Winch => "winch",
48 CompilerStrategy::CraneliftPulley => "pulley",
49 }
50 }
51
52 fn instantiate(&mut self, wasm: &[u8]) -> Result<Box<dyn DiffInstance>> {
53 let store = self.config.to_store();

Callers 3

exported_functionsMethod · 0.45
exported_globalsMethod · 0.45
exported_memoriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected