aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-12-29add a C program for translating binary files to format understood by VerilogWojciech Kosior
2020-11-23write Wasm code, that can print a number on the screenWojciech Kosior
2020-10-08translate webasm block of instructions + put instruction names as comments in...Wojciech Kosior
2020-10-06add translation of relational operations and loopsWojciech Kosior
2020-10-06add translation of br_if instructionWojciech Kosior
2020-10-05fixes, add_sp instruciton and translation of br instruction from wasmWojciech Kosior
2020-10-05fixes, conditional if-not jump and translation of if-else instruction from wasmWojciech Kosior
2020-09-22perform type checking of translated instructionsWojciech Kosior
2020-09-21point out the fact, that only one value type is supported for nowWojciech Kosior
2020-09-21use function pointer array in Wasm opcode translationWojciech Kosior
2020-09-21enable translation of few arithmetic operations (testbench included)Wojciech Kosior
2020-09-21fix leb decodingWojciech Kosior
2020-09-21put function call wasm_compile test in separate benchWojciech Kosior
2020-09-19initial work towards translating wasm to stack machine (with a provisional be...Wojciech Kosior
2020-09-01start anewWojciech Kosior