1
0
mirror of https://github.com/leaningtech/cheerpj-meta.git synced 2025-03-15 01:54:48 +01:00

Update Frequently-Asked-Questions.md

This commit is contained in:
Lorenzo 2021-10-11 11:23:13 +02:00 committed by GitHub
parent 0869f336c4
commit bfbb8c8cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,12 @@ The cross origin message you see happens as part of our automatic bug reporting
Not yet. The main problem is that RuneScape requires low level network connections primitives (sockets) which are not provided by browsers at this time due to security concerns. In the future we might provide a paid add-on to the CheerpJ Applet Runner extension to support this use case via tunneling.
## How can I use CheerpJ to generate WebAssembly code instead of Javascript?
CheerpJ cannot be used to generate WebAssembly code at the moment.
CheerpJ uses WebAssembly internally for some components of the runtime, but Java bytecode can only be compiled to JavaScript at this time since WebAssembly currently is not an efficient target for Java. CheerpJ will support WebAssembly output when the platform matures
## What is the status of CheerpJ?
CheerpJ 2.2, was released on 14th May, 2021. CheerpJ is actively developed by [Leaning Technologies Ltd](https://leaningtech.com), a British-Dutch company focused on compile-to-JavaScript and compile-to-WebAssembly solutions.