mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Update status of the project
This commit is contained in:
parent
9ac92316f6
commit
98f6265abd
@ -18,15 +18,16 @@ Status of the project
|
|||||||
* [Gradle Plugin](https://github.com/i-net-software/JWebAssembly-Gradle)
|
* [Gradle Plugin](https://github.com/i-net-software/JWebAssembly-Gradle)
|
||||||
|
|
||||||
### Partially Finished
|
### Partially Finished
|
||||||
* Binary format file writer (145 of 201 byte code instructions)
|
* Binary format file writer and Text format file writer (171 of 201 byte code instructions)
|
||||||
* Text format file writer (145 of 201 byte code instructions)
|
|
||||||
|
|
||||||
### Open Features
|
|
||||||
* Support for native methods [#2](https://github.com/i-net-software/JWebAssembly/issues/2)
|
* Support for native methods [#2](https://github.com/i-net-software/JWebAssembly/issues/2)
|
||||||
* Exception handling - required the next version of WebAssembly
|
* Exception handling - required the next version of WebAssembly
|
||||||
* Multiple threads - required the next version of WebAssembly
|
* Multiple threads - required the next version of WebAssembly
|
||||||
* Memory Management - required the next version of WebAssembly with GC
|
* Memory Management - required the next version of WebAssembly with GC
|
||||||
|
|
||||||
|
### Open Features
|
||||||
|
* Optimizer - Optimize the WASM output of a single method after transpiling before writing to output
|
||||||
|
* Library for accessing the DOM
|
||||||
|
|
||||||
### Status of Required WebAssembly Features
|
### 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.
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user