Skip to content

Commit

Permalink
Emuns and Collection framework work now
Browse files Browse the repository at this point in the history
  • Loading branch information
Horcrux7 committed Mar 20, 2022
1 parent c223124 commit d57b8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit d57b8bc

Please sign in to comment.