0.6.18
·
1688 commits
to master
since this release
-
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 ofExperimentalStableMemory.mo(see below), while reserving space for stable variables.
Defaults to 65536 (4GiB).
-
motoko-base
- (Officially) add
ExperimentalStableMemory.molibrary, exposing 64-bit IC stable memory
- (Officially) add
-
BREAKING CHANGE (Minor):
The previously available (but unadvertised)ExperimentalStableMemory.moused
Nat32offsets. This one usesNat64offsets to (eventually) provide access to more address space.