webassemblyjs icon indicating copy to clipboard operation
webassemblyjs copied to clipboard

Implement `trunc` instructions

Open xtuc opened this issue 7 years ago • 0 comments

  • [ ] i32.trunc_s
  • [ ] i32.trunc_u
  • [ ] i32.trunc_s
  • [ ] i32.trunc_u
  • [ ] i64.trunc_s
  • [ ] i64.trunc_u
  • [ ] i64.trunc_s
  • [ ] i64.trunc_u

See specification here: https://webassembly.github.io/spec/core/exec/numerics.html#op-trunc-u

xtuc avatar Jan 06 '18 17:01 xtuc