aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/wasm (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-09the codegen is working now. the generated codes will not be part of the repo ↵bloodstalker1-37/+1
for the time being. they will be generated during the build process.
2018-06-01fixed a bug with default.lua. added the blueprint for the wasm interface to ↵bloodstalker1-0/+44
bruiser.
2018-05-28added test files for the wasm linker. added two scripts to extra-toolsbloodstalker6-0/+174
2018-05-25load.py is now imported bt another python module, should cut down on startup ↵bloodstalker1-0/+1030
time. added the WASM linking structures to dwasm. i can start working on the linker as soon as i get some tests.
2018-05-25load.py is now imported bt another python module, should cut down on startup ↵bloodstalker3-1014/+83
time. added the WASM linking structures to dwasm. i can start working on the linker as soon as i get some tests.
2018-05-20wip:added a wasm backend. i need to setup an interface with the main c++ ↵bloodstalker8-0/+3527
code. added some commands to bruiser for managing xobj memories