kit

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

if_no_else_params.wat (149B)


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