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

Class FrameStackShape

crates/environ/src/frame_table.rs:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11/// An index into the table of stack shapes.
12#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
13pub struct FrameStackShape(pub(crate) u32);
14impl FrameStackShape {
15 pub(crate) fn index(self) -> usize {
16 usize::try_from(self.0).unwrap()

Callers 4

from_rawMethod · 0.85
stackMethod · 0.85
push_stackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected