You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/en/2025/webassembly.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ We have enhanced ([wasm-stats](https://github.com/HTTPArchive/wasm-stats)) and i
41
41
2. Accept huge number of input in the format of **BigQuery's JSONL result**.
42
42
3.**Validate Wasm** and provide insights with Binary Toolkit that helps to improve stats (ref. wasm2wat)
43
43
4.**Run and Trace tasks activities concurrently** i.e. wasm file downloading, validating and populating stats.
44
-
5.**Enhances language identifiers** for old rust implimentation
45
-
([wasm-stats](https://github.com/HTTPArchive/wasm-stats)) and added new languages : Scala, Dotnet/Mono, Go & TinyGo, TeaVM based languages, Kotlin; This reduces the language usage : "Unknown" numbers
44
+
5.**Enhances language identifiers** for old rust implimentation
45
+
([wasm-stats](https://github.com/HTTPArchive/wasm-stats)) and added new languages : Scala, Dotnet/Mono, Go & TinyGo, TeaVM based languages, Kotlin; This reduces the language usage : "Unknown" numbers
46
46
and improves language stats.
47
47
6. Produce **full Wasm language usage stats** along with validation and download failures.
48
48
7. Tool's **plug-n-play architecture** that helps to introduce new stats with WebAssembly Toolkit / SDK in JSON existing stats format for future enhancements.
@@ -148,7 +148,7 @@ The above chart shows the size of response body size, It is often called as "raw
148
148
}}
149
149
150
150
{{ figure_markup(
151
-
image="compression-methods-desktop-client.png",
151
+
image="compression-methods-mobile-client.png",
152
152
caption="Compression methods used for mobile clients",
153
153
description="Pie chart shows compression methods br, gzip and zstd along with couple of records for aws_chunked, It shows Wasm are widely transfer with 'br' compressed method covers 80.1%, gzip compression method 17.9% and zstd compression method covers 3.9% for mobile clients",
@@ -201,7 +201,7 @@ Next, we analyze the import names within WebAssembly binaries to understand the
201
201
202
202
We find that System (43%), <ahreflang="en"href=" https://learn.microsoft.com/en-us/aspnet/core/blazor/webassembly-build-tools-and-aot?view=aspnetcore-10.0">Microsoft</a> (23%), RXEngine (6%), and <ahreflang="en"href="https://devblogs.microsoft.com/dotnet/extending-web-assembly-to-the-cloud/">Dotnet</a> (6%) are the most popular libraries or frameworks used in WebAssembly modules, indicating Microsoft's dominance within this ecosystem, driven specifically by the Dotnet and <ahreflang="en"href="https://learn.microsoft.com/en-us/aspnet/core/blazor/hosting-models?view=aspnetcore-10.0#blazor-webassembly">Blazor</a> frameworks.
203
203
204
-
Microsoft has various WebAssembly libraries and framework for functionality of System utilities, Identity, Networking, Storage, Json and many more for reusable libraries. By combining those libraries and framework(s), Microsoft eco system for WebAssembly covers 78.8% and 79.3% respectively for desktop and mobile client.
204
+
Microsoft has various WebAssembly libraries and framework for functionality of System utilities, Identity, Networking, Storage, Json and many more for reusable libraries. By combining those libraries and framework(s), Microsoft eco system for WebAssembly covers 78.8% and 79.3% respectively for desktop and mobile client.
0 commit comments