webassemblyjs icon indicating copy to clipboard operation
webassemblyjs copied to clipboard

Implement `reinterpret` instructions

Open xtuc opened this issue 7 years ago • 1 comments

  • [ ] i32.reinterpret
  • [ ] i64.reinterpret
  • [x] f32.reinterpret
  • [x] f64.reinterpret

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

xtuc avatar Jan 06 '18 17:01 xtuc

I'll take this - I'd like to use it as a way to test #79

ColinEberhardt avatar Jan 10 '18 07:01 ColinEberhardt