Project to explain java bytecode in plain english, and convert back to original source code. Inspired by cdecl and godbolt.
To build the WebAssembly module, follow these steps:
-
Install
wasm-pack
by running the following command:cargo install wasm-pack
-
Build the WebAssembly module by running the following command:
wasm-pack build
-
The generated WebAssembly module will be available in the
pkg
directory.