commit | a57170524879347e30d758304d19fdf7ba66e512 | [log] [tgz] |
---|---|---|
author | Filipp Zhinkin <filipp.zhinkin@jetbrains.com> | Mon Jun 09 16:42:40 2025 -0400 |
committer | Filipp Zhinkin <filipp.zhinkin@jetbrains.com> | Mon Jun 09 16:42:40 2025 -0400 |
tree | 97bbc7acec2bd52ec55a5cf786187e06298004fd | |
parent | c2ea874dc18d8ffb6b9d501f8c234626c2f5014d [diff] |
Explicitly enable Wasm-WASI tests
diff --git a/gradle.properties b/gradle.properties index 225c4f3..ed202bf 100644 --- a/gradle.properties +++ b/gradle.properties
@@ -140,3 +140,4 @@ # - All from previous. # - Dump IR after each phase. #fd.kotlin.wasm.debugMode=debug +kotlin.stdlib.wasi.tests=true