aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/wasm/dwasm.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes #43. the auto-gen source files by luatablegen dont look like source ↵bloodstalker2018-06-191-1/+6
| | | | files instead of headers. luatablegen also generates an excuse of a doc for all the table methods.
* the codegen is working now. the generated codes will not be part of the repo ↵bloodstalker2018-06-091-37/+1
| | | | for the time being. they will be generated during the build process.
* load.py is now imported bt another python module, should cut down on startup ↵bloodstalker2018-05-251-977/+9
| | | | 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-201-0/+1032
code. added some commands to bruiser for managing xobj memories