Skip to content

Commit

Permalink
add more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
stashymane committed Aug 26, 2024
1 parent 8a1f7e1 commit d6c57ed
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ kotlin {
browser()
}

wasmJs()
wasmWasi()
wasmJs {
browser()
d8()
}
wasmWasi {
nodejs()
}

iosX64()
iosArm64()
Expand Down

0 comments on commit d6c57ed

Please sign in to comment.