kona-std-fpvm 0.2.0

Platform specific APIs for interacting with Fault Proof VM kernels.
Documentation
1
2
3
4
5
//! This module contains raw syscall bindings for the `riscv64imac` target architecture, as well as
//! a high-level implementation of the [crate::BasicKernelInterface] trait for the kernel.

pub(crate) mod io;
mod syscall;