mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
LibWasm: Un-nest the structured instructions
This commit is contained in:
parent
06a1c27e4d
commit
7a12f23c28
3 changed files with 69 additions and 58 deletions
|
@ -209,7 +209,9 @@ static constexpr OpCode i32_trunc_sat_f32_s = 0xfc00,
|
|||
table_copy = 0xfc0e,
|
||||
table_grow = 0xfc0f,
|
||||
table_size = 0xfc10,
|
||||
table_fill = 0xfc11;
|
||||
table_fill = 0xfc11,
|
||||
structured_else = 0xff00,
|
||||
structured_end = 0xff01;
|
||||
|
||||
static constexpr u32 i32_trunc_sat_f32_s_second = 0,
|
||||
i32_trunc_sat_f32_u_second = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue