hybrid-compile

Crates.iohybrid-compile
lib.rshybrid-compile
version0.1.0
created_at2025-06-09 13:11:46.903047+00
updated_at2025-06-09 13:11:46.903047+00
descriptionA lib for compiling RUST code to to risc-v smart contract bytecode
homepagehttps://github.com/developeruche/hybrid
repositoryhttps://github.com/developeruche/hybrid
max_upload_size
id1705905
size32,123
Developer Uche (developeruche)

documentation

https://github.com/developeruche/hybrid

README

Compile

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.

Commit count: 71

cargo fmt