We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26369b commit cb94e15Copy full SHA for cb94e15
CHANGELOG.md
@@ -4,6 +4,7 @@
4
[Unreleased]: https://github.com/cashapp/turbine/compare/1.1.0...HEAD
5
6
### Added
7
+- Add `wasmWasi` target.
8
9
### Changed
10
build.gradle
@@ -52,6 +52,9 @@ kotlin {
52
tvosX64()
53
54
wasmJs()
55
+ wasmWasi {
56
+ nodejs()
57
+ }
58
59
watchosArm32()
60
watchosArm64()
0 commit comments