Skip to content

0.6.18

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 09:56
· 934 commits to master since this release
adeaef1
  • moc

    • Add runtime support for low-level, direct access to 64-bit IC stable memory, including documentation.
    • Add compiler flag --max-stable-pages <n> to cap any use of ExperimentalStableMemory.mo (see below), while reserving space for stable variables.
      Defaults to 65536 (4GiB).
  • motoko-base

    • (Officially) add ExperimentalStableMemory.mo library, exposing 64-bit IC stable memory
  • BREAKING CHANGE (Minor):
    The previously available (but unadvertised) ExperimentalStableMemory.mo used
    Nat32 offsets. This one uses Nat64 offsets to (eventually) provide access to more address space.