teavm/samples
2024-04-22 18:58:17 +02:00
..
async Update gradle scripts for latest gradle version 2023-09-21 09:52:29 +02:00
benchmark Update gradle scripts for latest gradle version 2023-09-21 09:52:29 +02:00
gamepad/src/main Migrate to gradle 2023-01-23 17:16:07 +01:00
gradle/wrapper Bump gradle version 2024-03-21 18:26:56 +01:00
hello jso apis: new convention for event registration 2024-04-12 13:45:12 +02:00
kotlin jso apis: new convention for event registration 2024-04-12 13:45:12 +02:00
kotlin-js-store samples: fix rendering stopped when changing worker count or type 2023-11-25 14:05:01 +01:00
module-test samples: add html file for module demo 2024-04-12 21:16:02 +02:00
pi samples: add html file for module demo 2024-04-12 21:16:02 +02:00
promise jso: move interfaces from 'util.function' to 'function' subpackage, rename JSFunction to JSMapping to avoid name clash 2024-04-22 18:58:17 +02:00
scala jso apis: new convention for event registration 2024-04-12 13:45:12 +02:00
software3d jso apis: new convention for event registration 2024-04-12 13:45:12 +02:00
stdout-helper classlib: optimize console output in JS backend 2023-11-07 20:00:33 +01:00
web-apis jso apis: new convention for event registration 2024-04-12 13:45:12 +02:00
build.gradle.kts Bump project version in samples 2023-10-18 18:41:54 +02:00
gradle.properties Migrate to gradle 2023-01-23 17:16:07 +01:00
gradlew Bump gradle version 2024-03-21 18:26:56 +01:00
gradlew.bat Bump gradle version to 8.3 2023-09-20 21:17:43 +02:00
README.md Samples: add readme file 2023-03-19 19:27:41 +01:00
settings.gradle.kts JSO: add interface for Promise (#884) 2024-02-17 19:11:04 +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.