aboutsummaryrefslogtreecommitdiff
path: root/tools/parse_module.c
AgeCommit message (Expand)Author
2020-10-08translate webasm block of instructions + put instruction names as comments in...Wojciech 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-21fix leb decodingWojciech Kosior
2020-09-19initial work towards translating wasm to stack machine (with a provisional be...Wojciech Kosior