Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a fix for the luatablegen json file, added a new option to load.py, minor ↵ | bloodstalker | 2018-07-19 | 1 | -4/+3 |
| | | | | cosmetic changes | ||||
* | fixes 42, fixes 44 | bloodstalker | 2018-06-24 | 5 | -5/+5 |
| | |||||
* | fixes #43. the auto-gen source files by luatablegen dont look like source ↵ | bloodstalker | 2018-06-19 | 1 | -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 ↵ | bloodstalker | 2018-06-09 | 1 | -37/+1 |
| | | | | for the time being. they will be generated during the build process. | ||||
* | fixed a bug with default.lua. added the blueprint for the wasm interface to ↵ | bloodstalker | 2018-06-01 | 1 | -0/+44 |
| | | | | bruiser. | ||||
* | added test files for the wasm linker. added two scripts to extra-tools | bloodstalker | 2018-05-28 | 6 | -0/+174 |
| | |||||
* | load.py is now imported bt another python module, should cut down on startup ↵ | bloodstalker | 2018-05-25 | 1 | -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 ↵ | bloodstalker | 2018-05-25 | 3 | -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++ ↵ | bloodstalker | 2018-05-20 | 8 | -0/+3527 |
code. added some commands to bruiser for managing xobj memories |