Update the README with project status and goals.
This commit is contained in:
24
README.md
24
README.md
@@ -1,9 +1,25 @@
|
|||||||
# wasmtime
|
# Wasmtime: a WebAssembly Runtime.
|
||||||
Standalone JIT-style runtime support for WebAsssembly code in Cranelift
|
|
||||||
|
A standalone wasm-only runtime for [WebAsssembly], using [Cranelift].
|
||||||
|
|
||||||
[](https://travis-ci.org/CraneStation/wasmtime)
|
[](https://travis-ci.org/CraneStation/wasmtime)
|
||||||
[](https://ci.appveyor.com/project/CraneStation/cranelift)
|
[](https://ci.appveyor.com/project/CraneStation/cranelift)
|
||||||
[](https://gitter.im/CraneStation/Lobby)
|
[](https://gitter.im/CraneStation/Lobby)
|
||||||

|

|
||||||
|
|
||||||
*This is a work in progress that is not currently functional.*
|
*This is a work in progress that is not currently functional, but under active development.*
|
||||||
|
|
||||||
|
Goals include:
|
||||||
|
- Be a general-purpose engine for running WebAssembly code [outside of browsers].
|
||||||
|
- Support a variety of host APIs with fast calling sequences.
|
||||||
|
- Facilitate testing, experimentation, and development around the [Cranelift] and
|
||||||
|
[Lightbeam] JITs.
|
||||||
|
- Develop a the native ABI used for compiling WebAssembly suitable for use in
|
||||||
|
both JIT and AOT to native object files.
|
||||||
|
|
||||||
|
[WebAssembly]: https://webassembly.org/
|
||||||
|
[outside of browsers]: https://github.com/WebAssembly/design/blob/master/NonWeb.md
|
||||||
|
[Cranelift]: https://github.com/CraneStation/cranelift
|
||||||
|
[Lightbeam]: https://github.com/CraneStation/lightbeam
|
||||||
|
|
||||||
|
It's Wasmtime.
|
||||||
|
|||||||
Reference in New Issue
Block a user