wag icon indicating copy to clipboard operation
wag copied to clipboard

Predictable wasm code size limits

Open tsavola opened this issue 6 years ago • 0 comments

Ideally:

  • Limit module size so that it's hit before text size limit, regardless of which backend is used for code generation.
  • Limit wasm function size so that it's hit before ARM64 function size limit.

See #6.

tsavola avatar Oct 21 '19 16:10 tsavola