cranelift-frontend

Crates.iocranelift-frontend
lib.rscranelift-frontend
version0.124.1
created_at2018-07-13 16:29:07.20205+00
updated_at2025-09-23 18:40:57.18242+00
descriptionCranelift IR builder helper
homepage
repositoryhttps://github.com/bytecodealliance/wasmtime
max_upload_size
id74045
size283,761
(wasmtime-publish)

documentation

https://docs.rs/cranelift-frontend

README

This crate provides a straightforward way to create a Cranelift IR function and fill it with instructions translated from another language. It contains an SSA construction module that provides convenient methods for translating non-SSA variables into SSA Cranelift IR values via use_var and def_var calls.

Commit count: 15266

cargo fmt