Aimee
Brian
An open & frozen ISA
Flexible & Extensible
Language support:
Rust, C/C++, Go, Ruby,
Python, JavaScript …
main
on bare-metal RISC-V
Watch me
attempt to build Rust code
for RISC-V
and run it on CKB-VM
Hosting RISC-V
code on CKB-VM
Naive main
#![no_std]
[panic_handler]
Naive start
Correct start
Running the bin
Working start
_start?
What's the error?