* This PR is against a branch called `main` * Internally all docs/CI/etc is updated * The default branch of the repo is now `main` * All active PRs have been updated to retarget `main` Closes #1914
9 lines
368 B
Markdown
9 lines
368 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/main/cranelift/docs/ir.md
|