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

Minor fix

This commit is contained in:
Carlo Piovesan 2021-10-11 12:18:21 +02:00
parent bfbb8c8cd8
commit cbcc5906e8

View File

@ -87,7 +87,7 @@ Not yet. The main problem is that RuneScape requires low level network connectio
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
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?