Y
Hacker News
new
|
ask
|
show
|
jobs
by
als0
1922 days ago
Just a random thought. Are there any obstacles to running Java applets in a browser's WASM environment using API emulation and static recompilation?
1 comments
duskwuff
1922 days ago
Depends on the complexity of the applet. The Javascript security model is a bit different from the Java model, so some complicated applets won't work right.
link