Docs.rs
wazabin-qcode-jit-0.4.0
wazabin-qcode-jit 0.4.0
Permalink
Docs.rs crate page
MIT
10 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
Garfield1002
Dependencies
cranelift ^0.129
normal
cranelift-jit ^0.129
normal
cranelift-module ^0.129
normal
cranelift-native ^0.129
normal
wazabin-qcode ^0.4.0
normal
wazabin-qcode-emulator ^0.4.0
normal
wazabin-qcode-vm ^0.4.0
normal
rustc-hash ^2
normal
clap ^4
dev
serde ^1
dev
serde_json ^1
dev
wazabin-sleigh ^0.1.2
dev
wazabin-sleigh-precompile ^0.1.2
dev
wazabin-qcode-macro ^0.4.0
dev
wazabin-qcode-sleigh ^0.4.0
dev
Versions
78.13%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module jit
qcode_
jit
0.4.0
Module jit
Module Items
Structs
In crate qcode_
jit
qcode_jit
Module
jit
Copy item path
Source
Expand description
Owning, caching and running compiled blocks.
Structs
ยง
Jit
A JIT backend: compiles blocks on first use and runs them thereafter.
JitStats
How much work the JIT is taking, and how much it is declining.