From 85530525b038df9b0491ec28afae49c57d6d7bb7 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 23 Apr 2019 10:37:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 551371f2b..596456db1 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Below are some of the goals of this project (in order of priority): - [x] It should be 100% compatible with the [WebAssembly spec tests](https://github.com/wasmerio/wasmer/tree/master/lib/spectests/spectests) - [x] It should be fast _(partially achieved)_ -- [ ] Support WASI _(in the works)_ +- [x] Support WASI - released in [0.3.0](https://github.com/wasmerio/wasmer/releases/tag/0.3.0) - [ ] Support Emscripten calls _(in the works)_ - [ ] Support Rust ABI calls - [ ] Support Go ABI calls