From 8d4594bb7f6d5a7d6c77cbae0efc15619c636d22 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 21 Nov 2018 22:12:34 -0800 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 237efd94c92..bd093175e57 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ Wasmer is an open project guided by strong principles, aiming to be modular, fle Below are some of the goals (written with order) of this project: -- [ ] It should be 100% compatible with the [WebAssembly Spectest](https://github.com/WAFoundation/wasmer/tree/master/spectests) (on the works) -- [ ] It should be fast. We can achieve this by caching the function compilations -- [ ] Support Emscripten calls +- [x] It should be 100% compatible with the [WebAssembly Spectest](https://github.com/WAFoundation/wasmer/tree/master/spectests) +- [x] It should be fast _partially achieved_ +- [ ] Support Emscripten calls _(on the works)_ - [ ] Support Rust ABI calls ## License