aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/tiny_vm.rs
Commit message (Collapse)AuthorAgeFilesLines
* tiny_vm: add commented out rt with profiling + symbols in release buildJohannes Stoelp2024-02-281-0/+2
|
* tiny_vm: fix typos in doc commentJohannes Stoelp2023-12-201-3/+3
|
* tiny_vm: move cfg to jit compile function and enahce jit abi commentJohannes Stoelp2023-12-081-6/+6
|
* remove preludeJohannes Stoelp2023-12-071-1/+2
|
* examples: add new example demonstrating a simple VM with a jit compilerJohannes Stoelp2023-12-051-0/+697