git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 5a33099559b3af6b0c5c0e444a8d537471853b77

Files: 5a33099559b3af6b0c5c0e444a8d537471853b77 / tests / wast / addTwo.wast

135 bytesRaw
1(module
2 (func $addTwo (param i32 i32)
3 get_local 0
4 get_local 1
5 i32.add
6 drop
7 )
8 (export "addTwo" (func $addTwo)))
9

Built with git-ssb-web