Rename SimpleJIT to JIT as it isn't simple anymore
This commit is contained in:
@@ -16,10 +16,10 @@ into executable machine code.
|
||||
|
||||
For more information, see [the documentation](docs/index.md).
|
||||
|
||||
For an example of how to use the JIT, see the [SimpleJIT Demo], which
|
||||
For an example of how to use the JIT, see the [JIT Demo], which
|
||||
implements a toy language.
|
||||
|
||||
[SimpleJIT Demo]: https://github.com/bytecodealliance/simplejit-demo
|
||||
[JIT Demo]: https://github.com/bytecodealliance/simplejit-demo
|
||||
|
||||
For an example of how to use Cranelift to run WebAssembly code, see
|
||||
[Wasmtime], which implements a standalone, embeddable, VM using Cranelift.
|
||||
|
||||
Reference in New Issue
Block a user