[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
@@ -13,8 +13,9 @@ val commonMainSources by task<Sync> {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
@Suppress("DEPRECATION")
|
||||
@OptIn(org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl::class)
|
||||
wasm {
|
||||
wasm("wasm") {
|
||||
nodejs()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user