Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-08 | translate webasm block of instructions + put instruction names as comments ↵ | Wojciech Kosior | |
in generated code | |||
2020-10-06 | add translation of relational operations and loops | Wojciech Kosior | |
2020-10-05 | fixes, add_sp instruciton and translation of br instruction from wasm | Wojciech Kosior | |
2020-10-05 | fixes, conditional if-not jump and translation of if-else instruction from wasm | Wojciech Kosior | |
2020-09-21 | enable translation of few arithmetic operations (testbench included) | Wojciech Kosior | |
2020-09-19 | initial work towards translating wasm to stack machine (with a provisional ↵ | Wojciech Kosior | |
bench) |