diff --git a/lib/wasm/README.md b/lib/wasm/README.md index 981ab41423..a554f3ac2a 100644 --- a/lib/wasm/README.md +++ b/lib/wasm/README.md @@ -1,2 +1,8 @@ This crate performs the translation from a wasm module in binary format to the -in-memory form of the [Cranelift](https://crates.io/crates/cranelift) IR. +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/CraneStation/wasmtime +[Cranelift IR]: https://cranelift.readthedocs.io/en/latest/ir.html