Browse Source

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

pull/42/head
Dan Gohman 6 years ago
parent
commit
0b039b0978
  1. 2
      README.md

2
README.md

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

Loading…
Cancel
Save