kit

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

if_result.wat (130B)


      1 (module (func (export "test_main") (result i32)
      2   (i32.const 1)
      3   (if (result i32) (then (i32.const 10)) (else (i32.const 20)))))