Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Otter <[email protected]>
  • Loading branch information
webmaster128 and chipshort authored Aug 22, 2024
1 parent 499e78c commit 2921a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CWAs/CWA-2023-004.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ This is demonstrated in the following example where you see
)
```

This is harmless in Wasm bytecode, but once the function is compiled, signature are inlined multiple times
This is harmless in Wasm bytecode, but once the function is compiled, signatures are inlined multiple times
in the compiled code.
Using a large signature that is referenced by a large number of function,
Using a large signature that is referenced by a large number of functions,
you get pretty much a compression bomb – small in the uploaded Wasm blob but huge after compilation.
This can lead to
modules of several hundreds of megabytes or even gigabytes, leading to unexpected cache behaviour, unexpected disk
Expand Down

0 comments on commit 2921a2e

Please sign in to comment.