regalloc 0.0.34

Modular register allocation algorithms
Documentation
1
2
3
4
5
6
7
8
regalloc.rs
===

A work-in-progress modular register allocation algorithm, implemented so as to
be used in [Cranelift](https://github.com/bytecodealliance/wasmtime/tree/main/cranelift).

WARNING: This is not production ready, you should expect API changes, failures,
etc.