Skip to content

Commit

Permalink
Enable wasm-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Sep 14, 2024
1 parent 0fdb310 commit c53cd30
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 170 deletions.
9 changes: 9 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ kotlin {
pom { name = "${project.name}-wasm-js" }
}
}
@OptIn(ExperimentalWasmDsl::class)
wasmWasi {
nodejs()

mavenPublication {
groupId = group as String
pom { name = "${project.name}-wasm-wasi" }
}
}

mingwX64()
linuxX64()
Expand Down
Loading

0 comments on commit c53cd30

Please sign in to comment.