Changes
- Major refactoring of JVM bytecode parsing, now it is based on ASM
- Major refactoring of compiler logic and IR
- Major refactoring of structured control flow recovery logic, dropped Relooper and Stackifier algorithms completely
- Major refactoring of JS code generator
- Major refactoring of OpenCL code generator
- Major refactoring of Wasm code generator, now based on latest Wasm release with exception handling
- Wasm code now uses latest GC proposal instead of custom memory management
- JRE classes are now based on Java 20