| Crates.io | rtvm-interpreter |
| lib.rs | rtvm-interpreter |
| version | 4.0.0 |
| created_at | 2024-04-21 21:14:29.972484+00 |
| updated_at | 2024-04-21 21:14:29.972484+00 |
| description | rtvm Interpreter |
| homepage | |
| repository | https://github.com/tos-network/rtvm |
| max_upload_size | |
| id | 1215676 |
| size | 1,583,968 |
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