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

Function array_to_wasm_tramp_key

crates/environ/src/module_artifacts.rs:685–690  ·  view source on GitHub ↗
(m: u32, f: u32)

Source from the content-addressed store, hash-verified

683 }
684
685 fn array_to_wasm_tramp_key(m: u32, f: u32) -> FuncKey {
686 FuncKey::ArrayToWasmTrampoline(
687 StaticModuleIndex::from_u32(m),
688 DefinedFuncIndex::from_u32(f),
689 )
690 }
691
692 fn make_test_table() -> CompiledFunctionsTable {
693 let mut builder = CompiledFunctionsTableBuilder::new();

Callers 4

make_test_tableFunction · 0.85
src_locsFunction · 0.85
func_locsFunction · 0.85
reverse_func_locsFunction · 0.85

Calls

no outgoing calls

Tested by 3

src_locsFunction · 0.68
func_locsFunction · 0.68
reverse_func_locsFunction · 0.68