1 2 3 4 5 6 7
//! # WASM Memory Limitations. //! //! Notes: //! //! - Stack: Need to use `Box<_>` //! - Heap: Substrate imposes a limit. PvF execution has its own limits //! - Heap: There is also a maximum amount that a single allocation can have.