| Crates.io | rtvm-primitives |
| lib.rs | rtvm-primitives |
| version | 3.1.1 |
| created_at | 2024-04-21 21:13:49.063001+00 |
| updated_at | 2024-04-21 21:13:49.063001+00 |
| description | rtvm primitives |
| homepage | |
| repository | https://github.com/tos-network/rtvm |
| max_upload_size | |
| id | 1215674 |
| size | 346,057 |
Rust Tos Virtual Machine
Rtvm is an TVM written in Rust that is focused on speed and simplicity.
It has a fast and flexible implementation with a simple interface and embedded Host.
It passes all ethereum/tests test suites.
Here is a list of guiding principles that Rtvm follows.
[no_std] so that it can be used as wasm lib and integrate with JavaScript and cpp binding if needed.Structure:
git clone https://github.com/tos-network/rtvm.git
cd rtvm
cargo build --release