Skip to content

v0.6.0-beta3

Pre-release
Pre-release

Choose a tag to compare

@ForteScarlet ForteScarlet released this 23 Dec 18:36
· 214 commits to dev since this release
b7f7bde

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!
    • JS is now supported~
  • Make the runtime and annotations modules support the wasmJs target. 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.