sbpf-common 0.1.9

Common types and utilities for SBPF (Solana BPF)
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod decode;
pub mod errors;
pub mod execute;
pub mod inst_handler;
pub mod inst_param;
pub mod instruction;
pub mod opcode;
pub mod syscalls;
pub mod syscalls_map;
pub mod validate;