kona-common 0.1.0

Common traits and system interfaces for developing client programs on top of Fault Proof VMs.
Documentation
1
2
3
4
5
//! This module contains raw syscall bindings for the `MIPS32r2` target architecture, as well as a
//! high-level implementation of the [crate::BasicKernelInterface] trait for the `Cannon` kernel.

pub(crate) mod io;
mod syscall;