From be29e7c456c621962c091f06741fddd9b8579b2b Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sat, 21 Mar 2020 10:03:11 +0100 Subject: [PATCH] class support and resources --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 371e03d..d0d06c0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The project is currently not production ready but you can run already some tests * [ ] invoke dynamic method calls (lambdas) * [x] invoke default method calls * [x] String support -* [ ] Simple Class object support +* [x] Simple Class object support * [ ] static constructors * [x] Optimizer - Optimize the WASM output of a single method after transpiling before writing to output * [x] Hello World sample [(live)](https://i-net-software.github.io/JWebAssembly/samples/HelloWorld/HelloWorld.html), [(source code)](https://github.com/i-net-software/JWebAssembly/blob/master/docs/samples/HelloWorld/HelloWorld.java) @@ -64,6 +64,7 @@ Importance: All with high marked features are required for a hello word sample. #### Desired Features * [ ] Full featured [library for accessing the DOM](https://github.com/i-net-software/JWebAssembly-API/tree/master/src/de/inetsoftware/jwebassembly/web). +* [ ] Resources (properties, images, etc.) ### Version 3.0 (Milestone 3)