Java bytecode to WebAssembly compiler
https://github.com/i-net-software/JWebAssembly
JWebAssembly is a Java bytecode to WebAssembly compiler. It uses Java class files as input. That it can compile any language that compile to Java bytecode like Clojure, Groovy, JRuby, Jython, Kotlin and Scala. As output it generates the binary format (.wasm file) or the text format (.wat file). The target is to run Java natively in the browser with WebAssembly.
The difference to similar projects is that not a complete VM with GC and memory management should be ported. It’s more like a 1:1 conversion. The generated WebAssembly code is similar in size to the original Java class files.
- Links to home:fstrba:maven / jwebassembly-compiler
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:fstrba:maven:test/jwebassembly-compiler && cd $_
- Create Badge
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000713 713 Bytes |
Comments 0