aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/rt.rs
Commit message (Expand)AuthorAgeFilesLines
* rt: extend runtime to allow adding multiple code blocksJohannes Stoelp2023-12-051-19/+48
* Remove write permissions from runtime code buffer after copying jitted codeJohannes Stoelp2023-10-221-2/+7
* Added CALL and call extern fn exampleJohannes Stoelp2023-03-051-1/+2
* Updated doc commentsJohannes Stoelp2023-03-051-0/+2
* Add minimal runtime to execute codeJohannes Stoelp2023-02-271-0/+51