Skip to content

0.6.26

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 12:17
· 849 commits to master since this release
23865b8
  • motoko (moc)

    • Performance: inline prim-wrapping functions (thanks to nomeata) (#3159)
    • Improve type pretty printer to mirror type parser (avoids producing unparseable stable variable signatures) (#3190)
    • Adds new flag --omit-metadata to omit certain metadata sections from actor (and actor class) Wasm (#3164)
    • Performance: avoid redundant heap allocation when deserializing compact Candid int and nat values (#3173)
    • Added a primitive to obtain stable variable memory footprint (#3049)
  • motoko-base