Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 512 Bytes

File metadata and controls

17 lines (12 loc) · 512 Bytes

java-wasm

This a playground project in which I'll perform a couple of experiments with WebAssembly.

My personal goals includes (not limited to):

  • Generate executable WebAssembly binaries
  • Parse WebAssembly binary files (.wasm)
  • Provide a reasonaly user friendly API to generate WASM binaries
  • Execute WebAssembly code in interpreted mode
  • Generate valid java bytecode from wasm modules

Colaboration

Feel free to raise an issue or send a pull request.