Registry / other / dynasmrt

dynasmrt

JSON →
library5.0.0rscratesunverified

A runtime for assembling code at runtime, used with the dynasm plugin for JIT compilation.

# Cargo.toml [dependencies] dynasmrt = "5.0.0"
INSTALL
IMPORT
SIG · DYNASMRT
D
dynasmrt
otherrustv5.0.0
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.

Assembly
use dynasmrt::Assembly;

Create a new assembly and finalize it into executable code.

use dynasmrt::Assembly; let mut asm = Assembly::new().unwrap(); // Assembly instructions would be added here let code = asm.finalize().unwrap();
Debug
Known issues
gotchaRequires nightly Rust for inline assembly features.
fix
Use a nightly toolchain: `rustup default nightly`.
affects: >=5.0.0
Upgrade
Version history
5.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
dynasmrt — cargo add dynasmrt · libregistry