Skip to content

Commit

Permalink
Add wasmWasi target (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
russhwolf authored Oct 15, 2024
1 parent c26369b commit cb94e15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[Unreleased]: https://github.com/cashapp/turbine/compare/1.1.0...HEAD

### Added
- Add `wasmWasi` target.

### Changed

Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ kotlin {
tvosX64()

wasmJs()
wasmWasi {
nodejs()
}

watchosArm32()
watchosArm64()
Expand Down

0 comments on commit cb94e15

Please sign in to comment.