2024-02-17 19:11:04 +01:00
..
2023-01-23 17:16:07 +01:00
2023-11-24 21:28:48 +01:00
2023-01-23 17:16:07 +01:00
2023-10-06 10:58:59 +02:00
2023-09-20 21:17:43 +02:00
2023-03-19 19:27:41 +01:00

To build these samples, you should do one of:

  • Publish TeaVM into local repository as described in main readme (preferred way).
  • Take build.gradle.kts and update TeaVM version to the most recent version, published in Maven Central. Please, refer to main readme for a badge with recent version number.

To quickly tests built war file, you can run ./gradlew :<example-name>:appRunWar or gradlew bat :<example-name>:appRunWar. Note that some examples also provide WASI and native binaries, please refer to corresponding build files.