alexcrichton-cranelift-frontend

Crates.ioalexcrichton-cranelift-frontend
lib.rsalexcrichton-cranelift-frontend
version0.53.0
sourcesrc
created_at2020-01-10 21:34:49.964444
updated_at2020-01-10 22:18:33.18216
descriptionCranelift IR builder helper
homepage
repositoryhttps://github.com/bytecodealliance/cranelift
max_upload_size
id197321
size140,547
Alex Crichton (alexcrichton)

documentation

https://cranelift.readthedocs.io/

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: 3099

cargo fmt