You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,10 @@ The project is not currently production-ready, but you can already run some test
41
41
*[x] String support
42
42
*[x] Simple Class object support
43
43
*[x] static constructors
44
-
*[] Enum support
44
+
*[x] Enum support
45
45
*[x] Optimizer - Optimize the WASM output of a single method after transpiling before writing to output
46
46
*[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
48
48
49
49
#### Status of Required WebAssembly Features
50
50
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