Skip to content

Commit e718733

Browse files
committed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

miuix/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ kotlin {
4646

4747
@OptIn(ExperimentalWasmDsl::class)
4848
wasmJs {
49-
browser()
49+
browser { binaries.executable() }
5050
}
5151
js(IR) {
52-
browser()
52+
browser { binaries.executable() }
5353
}
5454

5555
sourceSets {

0 commit comments

Comments
 (0)