[Gradle, Wasm] Add wasmWasi target, replace wasm target onto wasmJs
KT-60654
This commit is contained in:
committed by
Space Team
parent
a65953a7fb
commit
b9e5b8a087
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user