Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-23 | write Wasm code, that can print a number on the screen | Wojciech Kosior | |
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-06 | add translation of br_if instruction | 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-22 | perform type checking of translated instructions | Wojciech Kosior | |
2020-09-21 | use function pointer array in Wasm opcode translation | Wojciech Kosior | |