From d57b8bc00c10fad0eab2287828c368909696d5f0 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sun, 20 Mar 2022 18:54:20 +0100 Subject: [PATCH] Emuns and Collection framework work now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d216df9..8ef8e4af 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ The project is not currently production-ready, but you can already run some test * [x] String support * [x] Simple Class object support * [x] static constructors -* [ ] Enum support +* [x] Enum support * [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) -* [ ] Collection framework compile +* [x] Collection framework compile #### Status of Required WebAssembly Features The following table shows the status of future WebAssembly features required by JWebAssembly in nightly builds in various implementations. These features are already used by the trunk version of JWebAssembly. If you want know the status of your current browser then look for [your browser support](https://wasm-feature-detect.surma.technology/).