Age | Commit message (Expand) | Author |
---|---|---|
2020-10-08 | translate webasm block of instructions + put instruction names as comments in... | Wojciech Kosior |
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 |