Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 626 Bytes

and.md

File metadata and controls

25 lines (12 loc) · 626 Bytes

and (bitwise and)

todo

Opcode Instruction Stack Arity
0x71 i32.and $[ \mathsf{i32},\enspace \mathsf{i32} ] \to [ \mathsf{i32} ]$
0x7C i64.and $[ \mathsf{i64},\enspace \mathsf{i64} ] \to [ \mathsf{i64} ]$

WAT Examples

todo

References

WebAssembly Core Specification