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

Class Local

winch/codegen/src/stack.rs:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69/// A local value.
70#[derive(Debug, Eq, PartialEq, Copy, Clone)]
71pub struct Local {
72 /// The index of the local.
73 pub index: u32,
74 /// The type of the local.
75 pub ty: WasmValType,
76}
77
78/// A memory value.
79#[derive(Debug, Eq, PartialEq, Copy, Clone)]

Callers 15

fromMethod · 0.85
localMethod · 0.85
callee_from_indexMethod · 0.85
new_dynamicMethod · 0.85
new_staticMethod · 0.85
alias_component_outerMethod · 0.85
translate_stringMethod · 0.85
string_copyMethod · 0.85
string_utf8_to_utf16Method · 0.85
string_to_compactMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected