This example project shows the basics for how to use libriscv in a game engine.
The build script will first build the RISC-V guest program, and then the host program. If it succeeds, the program will run.
An example program that modifies some libc functions to use host-side functions with native performance.
The program showcases low-latency and full C++ support.
Nelua has been implemented here
There is a Nim example
There is a Rust example