aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/faultreiber (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-06fixed more bugs on ft and ltg side. i had some fundamental misunderstandings ↵bloodstalker1-0/+0
on how clang encodes wasm objects. todo: test custom section getters and setters, garbage collection, repacking
2018-10-01fixed some more bugs on tablegen and faultreiber's side. you can run the ↵bloodstalker1-0/+0
demo file called wasmtest under lua-scripts if you wanna see what we have so far.
2018-09-30some more fixes, mainly for tablegen and fualtreiber, will check later to ↵bloodstalker1-0/+0
make sure everything is working correctly
2018-09-20WIP, update faultreiber and tablegen again. we're getting the tables just ↵bloodstalker1-0/+0
fine. need more testing to do.
2018-09-18still WIPbloodstalker1-0/+0
2018-09-16WIPbloodstalker1-0/+0
2018-09-10begenning to integrate and test both the codegens. run git pull for ↵bloodstalker1-0/+0
faultreiber and tablegen.
2018-08-18updating faultreiber and tablegen to their respective latest commitsbloodstalker1-0/+0
2018-08-08faultreiber is a submodule now. it generates binary file format parsers in ↵bloodstalker1-0/+0
C. the memory management side of faultreiber is not implemented yet since im on the fence on how to do it. faultreiber along with tablegen will completely automate the process of adding new file formats to bruiser.