Skip to content

[Kotlin] v0.3.2

Choose a tag to compare

@github-actions github-actions released this 22 Sep 18:32
· 10 commits to kotlin since this release

Kotlin Rules v0.3.2

Changed

  • Separate package generation: WIT interface is emitted into its declared WIT package (iface.Package), and bridge is emitted into targetPkg importing iface.Package.*.
  • Auto-detect class implementation: automatically discovers class in sources matching WIT interface name when impl option is not explicitly specified.
  • Enforce strict hermeticity: removed non-hermetic Homebrew fallback candidate path from Wasm stdlib resolution.