From bee4ee4b6e9532a89ae67356fb50aa45e8be587d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 13 Dec 2018 06:03:28 -0800 Subject: [PATCH] Clarify that cranelift-wasm is just one component. For a complete WebAssembly implementation, see Wasmtime. --- lib/wasm/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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