From 3cb76f15dacca34a09bef7775a50f7ba325c7b95 Mon Sep 17 00:00:00 2001 From: Matthias Prechtl Date: Wed, 27 Mar 2019 08:38:15 -0700 Subject: [PATCH] Update README.md Fix a missing comma. Co-Authored-By: sunfishcode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7703cdf5d7..8223c73d6c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ utility or as a library embedded in a larger application. Wasmtime passes the WebAssembly spec testsuite, and supports a new system API proposal called [WebAssembly System Interface], or WASI. -There are Rust C, and C++ toolchains that can compile programs with WASI. See +There are Rust, C, and C++ toolchains that can compile programs with WASI. See [here][WASI intro] for more information, and [here][WASI tutorial] for a tutorial on compiling and running programs using WASI and wasmtime, as well as an overview of the filesystem sandboxing system.