Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_raw
Method · 0.45
try_new
Method · 0.45
vmimport
Method · 0.45
vmimport
Method · 0.45
vmimport
Method · 0.45
initialize_and_return_funcref
Method · 0.45
get_defined_memory_vmimport
Method · 0.45
vmctx_plus_offset_raw
Method · 0.45
cont_new
Function · 0.45
Calls
1
vmctx
Function · 0.50
Tested by
no test coverage detected