eagler-teavm-fork/tests
Ivan Hetman 5dec78b590
classlib: support SwitchBootstraps (#764)
Java 21 supports switch pattern matching (as well as few earlier Java version as an experimental feature). Javac produces code with INVOKEDYNAMIC that relies on bootstrap methods from `java.lang.runtime.SwitchBootstraps`. This commit is intended to support for new Java language feature
2023-09-28 15:04:07 +02:00
..
src/test classlib: support SwitchBootstraps (#764) 2023-09-28 15:04:07 +02:00
build.gradle.kts wasm: when building tests, resolve absolute paths to source files in DWARF 2023-09-26 23:02:16 +02:00
compile-c-unix-fast.sh C: add option to support exceptions via setjmp/longjmp 2019-07-22 16:53:47 +03:00
compile-c-unix.sh C: compile into multiple .c and .h files 2019-05-08 17:36:46 +03:00
run-wasi.sh Fix running tests in wasm 2023-08-22 17:02:33 +02:00