Skip to content

Commit cb94e15

Browse files
authored
Add wasmWasi target (#357)
1 parent c26369b commit cb94e15

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[Unreleased]: https://github.com/cashapp/turbine/compare/1.1.0...HEAD
55

66
### Added
7+
- Add `wasmWasi` target.
78

89
### Changed
910

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ kotlin {
5252
tvosX64()
5353

5454
wasmJs()
55+
wasmWasi {
56+
nodejs()
57+
}
5558

5659
watchosArm32()
5760
watchosArm64()

0 commit comments

Comments
 (0)