View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window runtime-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dylibso.chicory.runtime.exceptions
├─ com.dylibso.chicory.runtime.exceptions.WASMRuntimeException.class - [JAR]
com.dylibso.chicory.runtime
├─ com.dylibso.chicory.runtime.ExportFunction.class - [JAR]
├─ com.dylibso.chicory.runtime.HostFunction.class - [JAR]
├─ com.dylibso.chicory.runtime.Instance.class - [JAR]
├─ com.dylibso.chicory.runtime.MStack.class - [JAR]
├─ com.dylibso.chicory.runtime.Machine.class - [JAR]
├─ com.dylibso.chicory.runtime.Memory.class - [JAR]
├─ com.dylibso.chicory.runtime.Module.class - [JAR]
├─ com.dylibso.chicory.runtime.ModuleType.class - [JAR]
├─ com.dylibso.chicory.runtime.StackFrame.class - [JAR]
├─ com.dylibso.chicory.runtime.TrapException.class - [JAR]
├─ com.dylibso.chicory.runtime.WasmFunctionHandle.class - [JAR]