native methods

This commit is contained in:
Volker Berlin 2021-11-16 11:54:35 +01:00 committed by GitHub
parent 041437ac55
commit 3204ac1b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,3 +37,5 @@ If you want contribute to JWebAssembly via a PR then
* In the issues some issue are marked with "good first issue".
* In the sister project https://github.com/i-net-software/JWebAssembly-API/tree/master/src/de/inetsoftware/jwebassembly/web/dom there are many wrappers to complete for the API on the web.
* replacement for native Java methods https://github.com/i-net-software/JWebAssembly-API/tree/master/src/de/inetsoftware/jwebassembly/api. Write pure Java code for some native Java methods for example java.util.zip.Adler32 or find JavaScript replacements. You can see how you can do this in the examples already implemented.