ziskos 1.1.0-alpha

Guest runtime and entrypoint for programs targeting the ZisK zkVM
1
2
3
4
5
6
7
//! Kernel heap symbols defined in the linker script

extern "C" {
    pub static _heap_bottom: u8;
    pub static _heap_size: u8;
    pub static _heap_top: u8;
}