Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d57b8bc

Browse files
committedMar 20, 2022
Emuns and Collection framework work now
1 parent c223124 commit d57b8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ The project is not currently production-ready, but you can already run some test
4141
* [x] String support
4242
* [x] Simple Class object support
4343
* [x] static constructors
44-
* [ ] Enum support
44+
* [x] Enum support
4545
* [x] Optimizer - Optimize the WASM output of a single method after transpiling before writing to output
4646
* [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)
47-
* [ ] Collection framework compile
47+
* [x] Collection framework compile
4848

4949
#### Status of Required WebAssembly Features
5050
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/).

0 commit comments

Comments
 (0)
Please sign in to comment.