kit

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

float_ops.wat (123B)


      1 (module
      2   (func (export "test_main") (result i32)
      3     f64.const 40.75
      4     f64.const 1.25
      5     f64.add
      6     i32.trunc_f64_s))