Registry / other / solana-bpf-loader-program

solana-bpf-loader-program

JSON →
library3.1.12rscratesunverified

Solana BPF loader for deploying and executing BPF programs on Solana.

# Cargo.toml [dependencies] solana-bpf-loader-program = "3.1.12"
INSTALL
IMPORT
SIG · SOLANA-BPF-LOADER-
S
solana-bpf-loader-program
otherrustv3.1.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

process_instruction
use solana_bpf_loader_program::process_instruction;

Processes a BPF instruction within the Solana runtime.

use solana_bpf_loader_program::process_instruction; fn main() { // This is typically used within a Solana runtime; example is illustrative. println!("BPF loader process_instruction function available"); }
Debug
Known issues
gotchaThis crate is part of the Solana SDK and requires the full Solana runtime environment.
fix
Use within a Solana validator or test framework; not standalone.
affects: >=0.0.0
Upgrade
Version history
3.1.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
solana-bpf-loader-program — cargo add solana-bpf-loader-program · libregistry