Value Types i32, i64, f32, f64
Linear Memory Access ii32.load, i64.load, f32.load, f64.load, i64.store, f32.store, f64.store, and more
Local, Global Variable get_local, set_local, tee_local, get_global, set_global
Control constructs and
instructions
nop, block, loop, if, else, br, br_if, br_table, return, end
Calls call, call_indirect
Constants i32.const, i64.const, f32.const, f64.const,
Operators i32.add, i32.sub, i32.mul, f32.add, f32.sub, f32.mul, f32.div, f32.abs, f64.add, f64.sub, and more