4 ms·
Does that mean the user's code is compiled in the browser? Is the compliation a feature of Cheerpj?
by techplex 3y ago
Does that mean the user's code is compiled in the browser? Is the compliation a feature of Cheerpj?
- nanaian 3y agoThe Java compiler is written in Java, so you can run it in CheerpJ just like anything else. JavaFiddle does this: https://github.com/leaningtech/javafiddle/blob/main/src/routes/%5B%5Bid%5D%5D/output/%2Bpage.svelte#L57 https://github.com/leaningtech/javafiddle/blob/main/src/rout...