From 0b039b097893cdbc435b0a73bc894d2c7875350b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 1 Dec 2018 12:49:23 -0800 Subject: [PATCH] Mention the goal of prototyping syscalls for proposal to reference-sysroot. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6491104c16..335d661a0a 100644 --- a/README.md +++ b/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