cranelift-frontend

Crates.iocranelift-frontend
lib.rscranelift-frontend
version0.112.3
sourcesrc
created_at2018-07-13 16:29:07.20205
updated_at2024-11-05 19:22:51.290106
descriptionCranelift IR builder helper
homepage
repositoryhttps://github.com/bytecodealliance/wasmtime
max_upload_size
id74045
size252,098
wasmtime-publish (github:bytecodealliance: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: 13801

cargo fmt