Skip to content

[Kotlin] v0.3.3

Choose a tag to compare

@github-actions github-actions released this 22 Sep 19:19
· 7 commits to kotlin since this release

Kotlin Rules v0.3.3

Added

  • Native wasm-wasi WebAssembly target support for kt_wasm_binary and
    kotlin_wasm_binary, enabling standalone execution under standard WASI
    runtimes (such as Wasmtime) without Node.js or JavaScript shims.
  • Hermetic bundling of kotlin-stdlib-wasm-wasi.klib (v2.1.10) in
    kotlin_toolchain with automatic fallback resolution in the
    please_kotlin_wasm orchestrator.
  • End-to-end integration test //test/kotlin/wasm:disjoint_set_wasi validating
    WASI module compilation and execution.