[Gradle, Wasm] Add wasmWasi target, replace wasm target onto wasmJs

KT-60654
This commit is contained in:
Ilya Goncharov
2023-08-01 13:11:36 +00:00
committed by Space Team
parent a65953a7fb
commit b9e5b8a087
65 changed files with 577 additions and 160 deletions
+2 -1
View File
@@ -78,8 +78,9 @@ val commonTestSources by task<Sync> {
D8RootPlugin.apply(rootProject).version = v8Version
kotlin {
@Suppress("DEPRECATION")
@OptIn(org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl::class)
wasm {
wasm("wasm") {
d8()
}