You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Trevor Elliott 19f337e29b
Move the default block to the front of the underlying jump table storage (#5770)
2 years ago
..
src Move the default block to the front of the underlying jump table storage (#5770) 2 years ago
Cargo.toml Bump Wasmtime to 7.0.0 (#5712) 2 years ago
LICENSE moved crates in lib/ to src/, renamed crates, modified some files' text (#660) 6 years ago
README.md moved crates in lib/ to src/, renamed crates, modified some files' text (#660) 6 years ago

README.md

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.