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

Method local

winch/codegen/src/stack.rs:164–166  ·  view source on GitHub ↗

Create a new Local value.

(index: u32, ty: WasmValType)

Source from the content-addressed store, hash-verified

162
163 /// Create a new Local value.
164 pub fn local(index: u32, ty: WasmValType) -> Self {
165 Self::Local(Local { index, ty })
166 }
167
168 /// Create a Memory value.
169 pub fn mem(ty: WasmValType, slot: StackSlot) -> Self {

Callers 2

gc_access_during_callFunction · 0.45
ItFunction · 0.45

Calls 1

LocalClass · 0.85

Tested by

no test coverage detected