Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Nov 22, 2018
1 parent ad562dd commit 8d4594b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d4594b

Please sign in to comment.