Registry / other / wasmtime-cranelift

wasmtime-cranelift

JSON →
library34.0.2rscratesunverified

Integration between Cranelift and Wasmtime for WebAssembly compilation.

# Cargo.toml [dependencies] wasmtime-cranelift = "34.0.2"
INSTALL
IMPORT
SIG · WASMTIME-CRANELIFT
W
wasmtime-cranelift
otherrustv34.0.2
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.

Compiler
use wasmtime_cranelift::Compiler;

Initialize the Cranelift compiler for Wasmtime.

use wasmtime_cranelift::Compiler; fn main() { let compiler = Compiler::new(); println!("Cranelift compiler initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
34.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
wasmtime-cranelift — cargo add wasmtime-cranelift · libregistry