mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-07-31 22:31:59 +00:00
plain instruction set draft
This commit is contained in:
@@ -1016,13 +1016,9 @@ mod tests {
|
||||
FuncBody::new(
|
||||
vec![Local::new(1, ValueType::I32)],
|
||||
Opcodes::new(vec![
|
||||
Block(
|
||||
BlockType::Value(ValueType::I32),
|
||||
Opcodes::new(vec![
|
||||
GetGlobal(0),
|
||||
End
|
||||
])
|
||||
),
|
||||
Block(BlockType::Value(ValueType::I32)),
|
||||
GetGlobal(0),
|
||||
End,
|
||||
End,
|
||||
])
|
||||
)
|
||||
|
Reference in New Issue
Block a user