| Crates.io | hybrid-compile |
| lib.rs | hybrid-compile |
| version | 0.1.0 |
| created_at | 2025-06-09 13:11:46.903047+00 |
| updated_at | 2025-06-09 13:11:46.903047+00 |
| description | A lib for compiling RUST code to to risc-v smart contract bytecode |
| homepage | https://github.com/developeruche/hybrid |
| repository | https://github.com/developeruche/hybrid |
| max_upload_size | |
| id | 1705905 |
| size | 32,123 |
This goal of this crate is to provide API for compiling a RUST based to smart contract to a RISC-V in way that is compatible with the RISCV sand box in the node.
This crate is an adaptation of the work done on r55 some this of the code here is just a copy and paste. Going with this route because the compile crate in r55 is a bin crate and it tightly coupled to their test cases. I an decoupling this to enjoy some form of flexiblity while building the POC.