Skip to content

Commit b2c41b3

Browse files
authored
Fix grammar and clarity in WebAssembly documentation
1 parent 2360492 commit b2c41b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/en/2025/webassembly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Conversely, at the 90th percentile, sizes increase significantly to 381 KB on de
153153
)
154154
}}
155155

156-
The above charts shows size of response body size, It is often called as "raw response size" that measures only the raw, often decoded, data payload received. It represents the size of the resource itself. However as per the research and common practices for Wasm deliverables, Wasm modules are compressed and optimized with various tools like <a hreflang="en" href="https://github.com/google/brotli">Brotli</a> and also transfered over network to the client with compression methods like gzip, br, zstd along with Content-Encoding headers.
156+
The above chart shows the size of response body size, It is often called as "raw response size" that measures only the raw, often decoded -- the data payload that client received. It represents the size of the resource itself. However as per the research and common practices for Wasm deliverables, Wasm modules are compressed and optimized with various tools like [Brotli](https://github.com/google/brotli) and also transfered over network to the client with compression methods like gzip, br, zstd along with Content-Encoding headers.
157157

158158
{{ figure_markup(
159159
image="compression-methods-desktop-client.png",

0 commit comments

Comments
 (0)