Mention the goal of prototyping syscalls for proposal to reference-sysroot.

This commit is contained in:
Dan Gohman
2018-12-01 12:49:23 -08:00
parent 3e19b13b0b
commit 0b039b0978

View File

@@ -12,6 +12,8 @@ A standalone wasm-only runtime for [WebAssembly], using [Cranelift].
Goals include:
- Be a general-purpose engine for running WebAssembly code [outside of browsers].
- Support a variety of host APIs with fast calling sequences.
- Prototype syscall APIs that can be proposed for use in the WebAssembly
[Reference Sysroot](https://github.com/WebAssembly/reference-sysroot).
- Facilitate testing, experimentation, and development around the [Cranelift] and
[Lightbeam] JITs.
- Develop a the native ABI used for compiling WebAssembly suitable for use in