Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Ref docs for wasm_memory #52

Open
3 tasks
Tracked by #39
juangirini opened this issue Nov 9, 2023 · 0 comments
Open
3 tasks
Tracked by #39

Ref docs for wasm_memory #52

juangirini opened this issue Nov 9, 2023 · 0 comments
Assignees

Comments

@juangirini
Copy link

juangirini commented Nov 9, 2023

Create the reference docs as part of the Developer Hub -> https://github.com/paritytech/polkadot-sdk/blob/9c2b3eaa8c05f4f25809e87f1890679261cd1e03/developer-hub/src/reference_docs/mod.rs#L82

The focus should be: Learn about all the memory limitations of the WASM runtime when it comes to memory usage.

  • 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.
@juangirini juangirini changed the title wasm_memory @kianenigma Ref docs for wasm_memory Nov 9, 2023
@juangirini juangirini moved this to Todo in Polkadot SDK Docs Nov 10, 2023
@gpestana gpestana self-assigned this Dec 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants