We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8000c81 commit 5e3e930Copy full SHA for 5e3e930
crates/wasmi/src/engine/translator/stack2/mod.rs
@@ -7,8 +7,8 @@ use alloc::vec::Vec;
7
use core::num::NonZeroUsize;
8
9
#[derive(Debug, Clone)]
10
-pub struct ValueStack {
11
/// The Wasm value stack during translation from Wasm to Wasmi bytecode.
+pub struct Stack {
12
/// The stack of operands.
13
operands: Vec<StackOperand>,
14
/// All function local constants.
0 commit comments