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

Method offsets

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

Source from the content-addressed store, hash-verified

413
414 #[inline]
415 fn offsets(&self) -> &VMOffsets<HostPtr> {
416 self.runtime_info.offsets()
417 }
418
419 /// Return the indexed `VMFunctionImport`.
420 fn imported_function(&self, index: FuncIndex) -> &VMFunctionImport {

Callers 15

imported_functionMethod · 0.45
imported_tableMethod · 0.45
imported_memoryMethod · 0.45
imported_globalMethod · 0.45
imported_tagMethod · 0.45
tag_ptrMethod · 0.45
table_ptrMethod · 0.45
memory_ptrMethod · 0.45
global_ptrMethod · 0.45
vm_store_contextMethod · 0.45
epoch_ptrMethod · 0.45
gc_heap_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected