エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Compiling a JVM to run Java programs with emscripten · Issue #3342 · emscripten-core/emscripten
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Compiling a JVM to run Java programs with emscripten · Issue #3342 · emscripten-core/emscripten
Hi there, since with clang and emscripten it is now possible to run arbitrary C/C++ code via asm.... Hi there, since with clang and emscripten it is now possible to run arbitrary C/C++ code via asm.js on the browser, I was curious whether anyone thought about compiling a simple JVM with emscripten to be able to run Java programs? I thought about JamVM with GNU Classpath. Of course, only interpretation would be possible and not JIT. Or at least the JIT compiler would need to emit JavaScript code a

