diff --git a/cranelift/README.md b/cranelift/README.md index e695d28fad..800dc6cc02 100644 --- a/cranelift/README.md +++ b/cranelift/README.md @@ -20,6 +20,11 @@ implements a toy language. [SimpleJIT Demo]: https://github.com/CraneStation/simplejit-demo +For an example of how to use Cranelift to run WebAssembly code, see +[Wasmtime], which implements a standalone VM using Cranelift. + +[Wasmtime]: https://github.com/CraneStation/wasmtime + Status ------