aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/rt.rs
Commit message (Expand)AuthorAgeFilesLines
* rt: add missing doc for with_profileJohannes Stoelp2024-02-281-0/+9
* rt: add perf static jit profile supportJohannes Stoelp2024-02-281-2/+60
* rt: minor cleanup, update docs, add some basic testsJohannes Stoelp2023-12-071-29/+143
* 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