wasm-to-asm icon indicating copy to clipboard operation
wasm-to-asm copied to clipboard

Optimize instruction sequences

Open calebsander opened this issue 5 years ago • 0 comments

  • [ ] Arithmetic operations with constants (e.g. (i32.add x (i32.const 1))
  • [ ] Local arithmetic updates with constants (e.g. (set_local x (i32.add (get_local x) (i32.const 1))))
  • [ ] Local arithmetic updates (e.g. (set_local x (i32.add (get_local x) y)))

calebsander avatar Apr 01 '20 17:04 calebsander