From 0c8348cfc71398d10a911cc0f30530d04b6341cb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 3 Dec 2018 16:39:38 -0800 Subject: [PATCH] Mention that being usable as a library is a goal. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 335d661a0a..d91995d037 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ A standalone wasm-only runtime for [WebAssembly], using [Cranelift]. *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]. + - Be a general-purpose engine for running WebAssembly code [outside of browsers], + usable both standalone or as a library embedded in a larger application. - 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).