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

Method module

crates/wasmtime/src/runtime/trap.rs:581–583  ·  view source on GitHub ↗

Returns the module for this frame. This is the module who's code was being run in this frame.

(&self)

Source from the content-addressed store, hash-verified

579 ///
580 /// This is the module who's code was being run in this frame.
581 pub fn module(&self) -> &Module {
582 &self.module
583 }
584
585 /// Returns a descriptive name of the function for this frame, if one is
586 /// available.

Callers 15

run_testFunction · 0.45
parse_dwarf_infoFunction · 0.45
allow_unknown_exportsFunction · 0.45
no_leakFunction · 0.45
no_leak_with_importsFunction · 0.45
pulley_provenance_testFunction · 0.45
introspectionFunction · 0.45
instance_exportsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
convert_to_componentFunction · 0.45

Calls

no outgoing calls

Tested by 4

parse_dwarf_infoFunction · 0.36
introspectionFunction · 0.36