From ae39ccb3026b4a65ce8a39c5cfb71bec3ded02cc Mon Sep 17 00:00:00 2001 From: Volker Date: Sat, 11 Aug 2018 16:29:16 +0200 Subject: [PATCH] Support for native methods --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5b77d9..0258fcf 100644 --- a/README.md +++ b/README.md @@ -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