mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
c1965d33a8
The official name of the memory intrinsics has changed to `memory.size` and `memory.grow`, so let's reflect that with our naming as well! Additionally they have an argument of which memory to operate on with LLVM and must always be zero currently.