Skip to content

0.6.30

Choose a tag to compare

@github-actions github-actions released this 11 Aug 15:07
· 1499 commits to master since this release
bf5a876
  • motoko (moc)

    • add primitives

      shiftLeft : (Nat, Nat32) -> Nat
      shiftRight : (Nat, Nat32) -> Nat

      for efficiently multiplying/dividing a Nat by a power of 2
      (#3112)

    • add primitives

      rts_mutator_instructions : () -> Nat
      rts_collector_instructions : () -> Nat

      to report approximate IC instruction costs of the last message
      due to mutation (computation) and collection (GC), respectively (#3381)

  • motoko-base