Support for native methods

This commit is contained in:
Volker 2018-08-11 16:29:16 +02:00
parent 3e9c26f198
commit ae39ccb302

View File

@ -21,6 +21,7 @@ Status of the project
* Text format file writer (145 of 201 byte code instructions)
### Open Features
* Support for native methods [#2](https://github.com/i-net-software/JWebAssembly/issues/2)
* Exception handling - required the next version of WebAssembly
* Multiple threads - required the next version of WebAssembly
* Memory Management - required the next version of WebAssembly