Expand description

Learn about all the memory limitations of the WASM runtime when it comes to memory usage.

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.