Browse Source

Update README.md

Fix a missing comma.

Co-Authored-By: sunfishcode <sunfish@mozilla.com>
pull/76/head
Matthias Prechtl 6 years ago
committed by Dan Gohman
parent
commit
3cb76f15da
  1. 2
      README.md

2
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.

Loading…
Cancel
Save