From 02c5fc079e1226b11de73ec337b4f461e5b75e34 Mon Sep 17 00:00:00 2001 From: Leonid Pospelov Date: Tue, 28 Dec 2021 02:30:17 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6ae983..5d216df 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The difference to similar projects is that not a complete VM with GC and memory The documentation can be found in the [wiki](https://github.com/i-net-software/JWebAssembly/wiki). ## Roadmap -The project is currently not production ready but you can run already some tests. +The project is not currently production-ready, but you can already run some tests. ### Version 1.0 (Milestone 1) @@ -79,7 +79,7 @@ Importance: All with high marked features are required for a hello word sample. * [ ] Exception handling - required the next version of WebAssembly * [ ] Multiple threads - required the next version of WebAssembly -* [ ] Memory Management with build in GC without JavaScript polyfill +* [ ] Memory Management with built-in GC without JavaScript polyfill * [ ] Reflection * [ ] More optimize like tail calls, removing from asserts, inlining of functions, etc