Add Wasmtime as another example user of Cranelift.

This commit is contained in:
Dan Gohman
2018-12-07 01:01:12 -05:00
parent 5d7ece3d15
commit f065b39d65

View File

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