ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Determine/Implement Runtime WASM Limits

Open Stebalien opened this issue 3 years ago • 0 comments

Things like:

  • Max memory, page limits, etc.
  • Max stack depth, locals limits.
  • Globals limits.
  • Export/import table limits.
  • Module validation.

Stebalien avatar Mar 07 '22 16:03 Stebalien