mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Update riscv/runtime/src/lib.rs Co-authored-by: chriseth <chris@ethereum.org> package runtime lib to compile single files Remove need for loop{} in main Remove 'extern "C"' from main declaration implement mem* funcs in the runtime Co-Authored-by: chriseth <chris@ethereum.org> fix a couple endianness and alignment issues remove unused build entry in compiler/Cargo.toml more review feedback fix clippy linter error update README Remove all #[no_main] Add test runner for memfuncs.