Crates.io | cranelift-frontend |
lib.rs | cranelift-frontend |
version | 0.112.3 |
source | src |
created_at | 2018-07-13 16:29:07.20205 |
updated_at | 2024-11-05 19:22:51.290106 |
description | Cranelift IR builder helper |
homepage | |
repository | https://github.com/bytecodealliance/wasmtime |
max_upload_size | |
id | 74045 |
size | 252,098 |
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.