Update README.md

This commit is contained in:
omar
2021-01-06 09:44:59 -05:00
committed by Dan Gohman
parent 2c729e6c3b
commit 79649a15f6

View File

@@ -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.