Skip to main content

Aug 2025 (v0.10.54)

Released on Sat Aug 02 10:23:53 2025 +0700.

Mochi v0.10.54 expands transpiler support with typed collections and dynamic casting across languages while updating Rosetta examples and addressing several decoding and return handling bugs.

Transpilers

  • F# transpiler now handles array strings, typed maps and dictionaries
  • Swift, Scala and OCaml transpilers gain large integer support, dynamic struct indexing and a split builtin
  • Rust and Clojure generation extended with function prototypes and catamorphism
  • Rosetta outputs refreshed for Dart, Go and more

Fixes

  • Base64 decode and return handling bugs resolved
  • Corrected Dart map index null handling and improved float literal casting