dwww Home | Show directory contents | Find package

(func (export "fac") (param i32) (result i32)
  (if (result i32) (i32.eq (local.get 0) (i32.const 0))
    (then (i32.const 1))
    (else
      (i32.mul (local.get 0) (call 0 (i32.sub (local.get 0) (i32.const 1))))
    )
  )
)

Generated by dwww version 1.15 on Tue Jun 25 08:54:50 CEST 2024.