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

Method vmctx

crates/wasmtime/src/runtime/vm/instance.rs:588–590  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

586 /// Return a reference to the vmctx used by compiled wasm code.
587 #[inline]
588 pub fn vmctx(&self) -> NonNull<VMContext> {
589 InstanceLayout::vmctx(self)
590 }
591
592 /// Lookup a function by index.
593 ///

Callers 9

start_rawMethod · 0.45
try_newMethod · 0.45
vmimportMethod · 0.45
vmimportMethod · 0.45
vmimportMethod · 0.45
vmctx_plus_offset_rawMethod · 0.45
cont_newFunction · 0.45

Calls 1

vmctxFunction · 0.50

Tested by

no test coverage detected