webassemblyjs
webassemblyjs copied to clipboard
Implement `reinterpret` instructions
- [ ]
i32.reinterpret - [ ]
i64.reinterpret - [x]
f32.reinterpret - [x]
f64.reinterpret
See specification here: https://webassembly.github.io/spec/core/exec/numerics.html#op-reinterpret
I'll take this - I'd like to use it as a way to test #79