Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rt: remove dump() and add disasm(), to directly disasm code using ndisasm if ...HEADmain | Johannes Stoelp | 3 days | 1 | -3/+2 |
* | example: use Runtime::dump rather than writing bytes out by hand | Johannes Stoelp | 3 days | 1 | -4/+5 |
* | remove prelude | Johannes Stoelp | 2023-12-07 | 1 | -2/+2 |
* | clippy: fix some clippy lints | Johannes Stoelp | 2023-12-07 | 1 | -2/+2 |
* | examples: add doc to existing examples | Johannes Stoelp | 2023-12-05 | 1 | -0/+8 |
* | rt: extend runtime to allow adding multiple code blocks | Johannes Stoelp | 2023-12-05 | 1 | -2/+2 |
* | Added CALL and call extern fn example | Johannes Stoelp | 2023-03-05 | 1 | -0/+30 |