Y
Hacker News
new
|
ask
|
show
|
jobs
by
techplex
859 days ago
Does that mean the user's code is compiled in the browser? Is the compliation a feature of Cheerpj?
1 comments
nanaian
859 days ago
The 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/rout...
link