cranelift-wasm 0.59.0

Translator from WebAssembly to Cranelift IR
Documentation
This crate performs the translation from a wasm module in binary format to the
in-memory form of the [Cranelift IR].

If you're looking for a complete WebAssembly implementation that uses this
library, see [Wasmtime].

[Wasmtime]: https://github.com/bytecodealliance/wasmtime
[Cranelift IR]: https://cranelift.readthedocs.io/en/latest/ir.html