kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

if_no_else_multi.wat (141B)


      1 (module (func (export "test_main") (result i32)
      2   (i32.const 1)
      3   (if (result i32 i32)
      4     (then (i32.const 2) (i32.const 3)))
      5   (i32.add)))