From 7367c67fb3a7fbf34d9b0bcb5707712ab870f89b Mon Sep 17 00:00:00 2001 From: Ori Pomerantz Date: Wed, 8 Oct 2025 11:40:16 -0500 Subject: [PATCH] Add link to Wasm with Zig for your web app This tutorial teaches basic Zig, as well as how to use it to produce WASM code for a web application. --- content/en-US/learn/index.smd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en-US/learn/index.smd b/content/en-US/learn/index.smd index fd607b257..68f90299a 100644 --- a/content/en-US/learn/index.smd +++ b/content/en-US/learn/index.smd @@ -48,6 +48,8 @@ Learn Zig by fixing tiny broken programs. Solve coding exercises and get mentored to develop fluency in Zig. - [Learning Zig](https://www.openmymind.net/learning_zig/) Short introduction to Zig well suited for developers coming from garbage-collected languages. +- [Wasm with Zig for your web app](https://cryptodocguy.pro/wasm-zig/) +How to utilize Zig to speed up calculations in web applications. ## Relevant videos and blog posts - [Road to Zig 1.0](https://www.youtube.com/watch?v=Gv2I7qTux7g) [video]