Skip to content

Commit

Permalink
Add support for wasmJs
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jun 9, 2024
1 parent 93643a6 commit 13c8327
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ kotlin {
binaries.executable()
}

wasmJs {
binaries.library()
browser {
testTask {
// TODO: enable once the tests work with Kotlin/Wasm.
enabled = false
}
}
nodejs {
testTask {
// TODO: enable once the tests work with Kotlin/Wasm.
enabled = false
}
}
}

sourceSets {
commonMain {
dependencies {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx512g

0 comments on commit 13c8327

Please sign in to comment.