Skip to content

Commit f25edae

Browse files
committed
docs: update WebAssembly introduction by correcting image link and adding image credit
1 parent 895d055 commit f25edae

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/webassembly/introduction.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,9 +1012,6 @@ And the server will be running on port 3000. If we visit `http://localhost:3000/
10121012

10131013
Now if we deploy this Docker Image to the cloud, it will be running in the cloud environment. And we can access the service will a url provided instead of `localhost`.
10141014

1015-
1016-
> Image credit: KodeKloud. Shout to them for creating such a wonderful graphic.
1017-
10181015
### On the Edge
10191016

10201017
There are many edge computing platforms like AWS WaveLength, Azure Edge Zones, etc. As wasm app getting more containerized, it's becoming more easier to deploy on the edge.
@@ -1136,7 +1133,7 @@ wasm-pack build
11361133

11371134
Now if we compare the Docker image and WASM binary. The Docker image size is between 100-200 MB, where as the WASM binary is around 1-10 MB. This is because Docker image contains the whole file system and OS, where as WASM binary contains only the necessary code and resources.
11381135

1139-
![Size and Startup Time](https://github.com/user-attachments/assets/533d501b-51d4-4188-8cd5-24538481466f")
1136+
![Size and Startup Time](https://github.com/user-attachments/assets/533d501b-51d4-4188-8cd5-24538481466f)
11401137

11411138
**Startup Time**
11421139

@@ -1175,3 +1172,5 @@ In case of WASM, it uses a special runtime called WasmEdge. To integrate this wi
11751172
Now with this we can deploy app that combines the efficiency and performance of WASM with the universality, ease and portability of Docker. Now no matter whether you run this image on a microservices architecture, cloud, edge, or on a developer's laptop.
11761173

11771174
![Docker and WASM](https://github.com/user-attachments/assets/c40d0a50-b706-49e5-a921-8828579da3a7)
1175+
1176+
> Image credit: KodeKloud. Shout to them for creating such a wonderful graphic.

0 commit comments

Comments
 (0)