mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 15:37:52 +01:00
Merge pull request #31 from Pospelove/patch-2
Minor grammar fixes in README.md
This commit is contained in:
commit
db2444340e
@ -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).
|
The documentation can be found in the [wiki](https://github.com/i-net-software/JWebAssembly/wiki).
|
||||||
|
|
||||||
## Roadmap
|
## 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)
|
### 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
|
* [ ] Exception handling - required the next version of WebAssembly
|
||||||
* [ ] Multiple threads - 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
|
* [ ] Reflection
|
||||||
* [ ] More optimize like tail calls, removing from asserts, inlining of functions, etc
|
* [ ] More optimize like tail calls, removing from asserts, inlining of functions, etc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user