index
:
AGH-engineering-thesis
master
Code related to my engineering thesis at AGH University of Science and Technology in Kraków, Poland
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
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-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
point out the fact, that only one value type is supported for now
Wojciech Kosior
2020-09-21
use function pointer array in Wasm opcode translation
Wojciech Kosior
2020-09-21
enable translation of few arithmetic operations (testbench included)
Wojciech Kosior
2020-09-21
fix leb decoding
Wojciech Kosior
2020-09-21
put function call wasm_compile test in separate bench
Wojciech Kosior
2020-09-19
initial work towards translating wasm to stack machine (with a provisional ↵
Wojciech Kosior
bench)
2020-09-01
start anew
Wojciech Kosior