From 79649a15f62000a7487468d5b7041656c0fcabf4 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 6 Jan 2021 09:44:59 -0500 Subject: [PATCH] Update README.md --- cranelift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/README.md b/cranelift/README.md index 52d4e0cf8f..b083122b37 100644 --- a/cranelift/README.md +++ b/cranelift/README.md @@ -19,7 +19,7 @@ For more information, see [the documentation](docs/index.md). For an example of how to use the JIT, see the [JIT Demo], which implements a toy language. -[JIT Demo]: https://github.com/bytecodealliance/simplejit-demo +[JIT Demo]: https://github.com/bytecodealliance/cranelift-jit-demo For an example of how to use Cranelift to run WebAssembly code, see [Wasmtime], which implements a standalone, embeddable, VM using Cranelift.