aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* tiny_vm: add commented out rt with profiling + symbols in release buildJohannes Stoelp2024-02-281-0/+4
|
* Add minimal runtime to execute codeJohannes Stoelp2023-02-271-0/+1
|
* base version capable to emit different mov insnsJohannes Stoelp2023-02-261-0/+6
Experimenting with type system to detect invalid operands during compile time.