[Kotlin] v0.3.3
·
7 commits
to kotlin
since this release
Kotlin Rules v0.3.3
Added
- Native
wasm-wasiWebAssembly target support forkt_wasm_binaryand
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_toolchainwith automatic fallback resolution in the
please_kotlin_wasmorchestrator. - End-to-end integration test
//test/kotlin/wasm:disjoint_set_wasivalidating
WASI module compilation and execution.