aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/wasm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed a bug with default.lua. added the blueprint for the wasm interface to ↵bloodstalker2018-06-011-0/+44
| | | | bruiser.
* added test files for the wasm linker. added two scripts to extra-toolsbloodstalker2018-05-286-0/+174
|
* load.py is now imported bt another python module, should cut down on startup ↵bloodstalker2018-05-251-0/+1030
| | | | time. added the WASM linking structures to dwasm. i can start working on the linker as soon as i get some tests.
* load.py is now imported bt another python module, should cut down on startup ↵bloodstalker2018-05-253-1014/+83
| | | | time. added the WASM linking structures to dwasm. i can start working on the linker as soon as i get some tests.
* wip:added a wasm backend. i need to setup an interface with the main c++ ↵bloodstalker2018-05-208-0/+3527
code. added some commands to bruiser for managing xobj memories