Registry / crypto / miden-assembly

miden-assembly

JSON →
library0.22.1rscratesunverified

Miden VM assembly language for writing programs that run on the Miden virtual machine.

# Cargo.toml [dependencies] miden-assembly = "0.22.1"
INSTALL
IMPORT
SIG · MIDEN-ASSEMBLY
M
miden-assembly
cryptorustv0.22.1
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.

Assembler
use miden_assembly::Assembler;

Compile a simple Miden assembly program.

use miden_assembly::Assembler; fn main() { let source = "begin push.3 push.5 add end"; let program = Assembler::new().compile(source).unwrap(); println!("Program compiled: {:?}", program); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.22.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
miden-assembly — cargo add miden-assembly · libregistry