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

Method with_function_store

cranelift/interpreter/src/interpreter.rs:229–231  ·  view source on GitHub ↗
(self, functions: FunctionStore<'a>)

Source from the content-addressed store, hash-verified

227
228impl<'a> InterpreterState<'a> {
229 pub fn with_function_store(self, functions: FunctionStore<'a>) -> Self {
230 Self { functions, ..self }
231 }
232
233 /// Registers a libcall handler
234 pub fn with_libcall_handler(mut self, handler: LibCallHandler) -> Self {

Callers 15

run_testFunction · 0.80
sanityFunction · 0.80
udiv_by_zero_trapsFunction · 0.80
function_referencesFunction · 0.80
fuelFunction · 0.80
out_of_slot_write_trapsFunction · 0.80
out_of_slot_read_trapsFunction · 0.80

Calls

no outgoing calls

Tested by 15

run_testFunction · 0.64
sanityFunction · 0.64
udiv_by_zero_trapsFunction · 0.64
function_referencesFunction · 0.64
fuelFunction · 0.64
out_of_slot_write_trapsFunction · 0.64
out_of_slot_read_trapsFunction · 0.64