Skip to content

0.14.13

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:52
· 538 commits to master since this release
f622ca4
  • motoko (moc)

    • Introduce await? to synchronize async futures, avoiding the commit point when already fulfilled (#5215).

    • Adds a Prim.Array_tabulateVar function, that allows faster initialization of mutable arrays (#5256).

    • optimization: accelerate IR type checking with caching of sub, lub and check_typ tests (#5260).
      Reduces need for -no-check-ir flag.