v0.6.0-beta3
Pre-release
Pre-release
·
214 commits
to dev
since this release
Kotlin version: v1.9.21
What's Changed
Other
- Upgrade Gradle to
v8.5 - Remove duplicate of IR nodes inside the body by @JSMonk in #39 , Thanks!
JSis now supported~
- Make the
runtimeandannotationsmodules support thewasmJstarget. by @ForteScarlet in #40- In experiments, immature and unstable.
Note
The runtime and annotation of the wasmJs target don't have any default implementation for now, and don't reference the Kotlin Coroutines library. wasmJs's Promise is not quite the same as JS's, and I haven't figured out how to implement it yet. For the current implementation, see the code in samples.
New Contributors
Full Changelog: v0.5.1...v0.6.0-beta3
Where did beta to beta2 go? They died heroically while I was debugging the Gradle publication with the updated version.