SwadicalRag / wasm2lua

wasm2lua: converting WASM into Lua
MIT License
192 stars 11 forks source link

Graph IR #28

Open MDFL64 opened 5 years ago

MDFL64 commented 5 years ago

Began work on an IR today. It is locked behind a compiler flag (--useGraphIR) to facilitate easy testing + continued development alongside the main branch. It currently does not work at all.

Other thoughts:

MDFL64 commented 5 years ago

Progress is being made on adding instructions to IR. Yet to do:

Some minor TODOS:

MDFL64 commented 5 years ago

Todo: Bools should be preserved for select opcode.