Update the documentation for the merger, and also for various changes in Cranelift. Remove some old obsolete documentation, and convert the remaining Sphinx files to Markdown. Some of the remaining content is still out of date, but this is a step forward.
9 lines
370 B
Markdown
9 lines
370 B
Markdown
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://github.com/bytecodealliance/wasmtime/blob/master/cranelift/docs/ir.md
|