Commit Graph

128 Commits

Author SHA1 Message Date
Alexey Andreev
1fadc71536 wasm gc: improve gradle plugin settings 2024-10-16 18:41:53 +02:00
Alexey Andreev
94c50dd1bc wasm gc: support source map in gradle plugin 2024-10-14 20:37:32 +02:00
Alexey Andreev
0dcc25d66b wasm gc: support exporting declarations as JS entities from module 2024-10-08 20:09:43 +02:00
Alexey Andreev
a291eb3026 wasm gc: support wrapping JS values in Java 2024-10-02 14:31:33 +02:00
Alexey Andreev
951d0c53c3 wasm gc: fix Date API support 2024-09-26 18:24:15 +02:00
Alexey Andreev
28c64ef7d8 samples: fix console output in pi example for Wasm BE 2024-09-19 20:41:12 +02:00
Alexey Andreev
6968e2cee4 Repair samples 2024-09-19 20:07:30 +02:00
Alexey Andreev
9fa88a15da wasm gc: add support to Gradle plugin 2024-09-19 08:24:50 +02:00
Alexey Andreev
9b3652697d Bump Gradle version to 8.9 2024-07-11 19:29:54 +02:00
Alexey Andreev
683b80b2ec samples: remove unnecessary debug code 2024-06-10 19:41:20 +02:00
Alexey Andreev
236700ea58 samples: fix function that redirects stdout to DOM
Fix #920
2024-05-12 16:16:27 +02:00
Alexey Andreev
6df39dca2f Bump project version 2024-04-30 20:51:40 +02:00
Alexey Andreev
81fc843da3 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
Alexey Andreev
abb1ea0070 samples: add html file for module demo 2024-04-12 21:16:02 +02:00
Alexey Andreev
97aa42d87b jso apis: new convention for event registration 2024-04-12 13:45:12 +02:00
Alexey Andreev
008e764e73 Bump gradle version 2024-03-21 18:26:56 +01:00
Alexey Andreev
bbd02b0067 gradle: implement dev server task 2024-03-20 20:41:10 +01:00
Alexey Andreev
e4452152b7 jso: improve JS class import to Java 2024-02-27 20:16:10 +01:00
Bernd Busse
6788642ea9
JSO: add interface for Promise (#884) 2024-02-17 19:11:04 +01:00
Alexey Andreev
8db406c603 jso: implement exporting Java methods to JS
Fix #785
2024-02-15 21:00:10 +01:00
Alexey Andreev
8c344b3812 samples: add more metrics to software3D 2023-12-12 20:21:24 +01:00
Alexey Andreev
607e107e70 samples: fix classpath so that it's possible to run TeaVM out-of-process 2023-11-25 15:56:45 +01:00
Alexey Andreev
f3bf9d812f samples: fix rendering stopped when changing worker count or type 2023-11-25 14:05:01 +01:00
Alexey Andreev
bdd0193eb8 samples: fix path to file 2023-11-24 21:28:48 +01:00
Alexey Andreev
ac2c084290 js: add ability so refer to local files in source maps. Add copying of source files to Gradle plugin. 2023-11-24 21:28:37 +01:00
Alexey Andreev
ef359c3604 samples: fix issues in software3d 2023-11-22 21:23:20 +01:00
Alexey Andreev
810012872c Add couple native declarations to JSO APIs. Update sample 2023-11-19 20:25:29 +01:00
Alexey Andreev
01cf27b3d8 samples: add software 3D renderer in Kotlin 2023-11-19 17:47:07 +01:00
kenji yoshida
da8c50e474
samples: add scala compiler options. fix warnings (#856) 2023-11-09 09:27:28 +01:00
Alexey Andreev
9c6f23d280 classlib: optimize console output in JS backend 2023-11-07 20:00:33 +01:00
Alexey Andreev
062e61ea3d Bump project version in samples 2023-10-18 18:41:54 +02:00
Alexey Andreev
a2f11383c3 Bump Gradle version for samples 2023-10-06 10:58:59 +02:00
Alexey Andreev
ba7dcd13b5 Update gradle scripts for latest gradle version
1. Use lazy property assignment
2. Remove usages of deprecated buildDir property
2023-09-21 09:52:29 +02:00
Alexey Andreev
95f802718c Bump gradle version to 8.3 2023-09-20 21:17:43 +02:00
Alexey Andreev
6e90124edd samples: bump Gradle wrapper version, bump TeaVM version 2023-04-11 13:42:28 +02:00
Alexey Andreev
c9d97b7144 Samples: add readme file 2023-03-19 19:27:41 +01:00
Alexey Andreev
27713b78f8 gradle: make DSL groovy-friendly 2023-02-18 09:10:08 +01:00
Alexey Andreev
670f24a4af Samples: merge storage and video into one module 2023-02-10 18:48:09 +01:00
Alexey Andreev
895ec99826 gradle build: setup compiler charset 2023-02-02 10:42:45 +01:00
Alexey Andreev
8800e7153b Don't use Gradle toolchains to specify Java version 2023-02-01 18:41:17 +01:00
Alexey Andreev
630fae3093 samples: upgrade servlet API dependency to work with modern servlet containers 2023-01-26 17:11:44 +01:00
Alexey Andreev
8014c038c0 Migrate to gradle 2023-01-23 17:16:07 +01:00
Kirill Prazdnikov
2c74f282c4
Update versions of Maven plugins (#595)
Co-authored-by: Kirill Prazdnikov <kirill@hydraulic.software>
2022-06-24 12:44:09 +03:00
Alexey Andreev
eab7ef0a2e Bump Scala version in Scala example. Add hack for Scala runtime. 2022-05-08 18:43:49 +03:00
Alexey Andreev
c4c1408160 wasm: fix running tests, add in-browser test runners 2021-03-20 19:52:45 +03:00
Alexey Andreev
e5c3d144e8 Bump versions of dependencies 2021-03-12 20:12:30 +03:00
Ondra Pelech
1b8f5940a0 Update Scala to 2.12.11 2020-04-01 18:53:15 +03:00
Alexey Andreev
66250cb125 Use advanced optimization level to compile JS benchmark 2020-03-03 18:24:29 +03:00
devnewton
0ff17fc2fb Gamepad api (#444)
Add gamepad API to JSO
2019-12-02 18:59:29 +03:00
Alexey Andreev
63bbb35cb1 WASM: fix benchmark sample 2019-10-01 14:53:42 +03:00