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

Class Memory

winch/codegen/src/stack.rs:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78/// A memory value.
79#[derive(Debug, Eq, PartialEq, Copy, Clone)]
80pub struct Memory {
81 /// The type associated with the memory offset.
82 pub ty: WasmValType,
83 /// The stack slot corresponding to the memory value.
84 pub slot: StackSlot,
85}
86
87/// Value definition to be used within the shadow stack.
88#[derive(Debug, Eq, PartialEq, Copy, Clone)]

Callers 2

fromMethod · 0.70
memMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected