From ae6009066696f7591894536940997849d57598a8 Mon Sep 17 00:00:00 2001 From: Isabela de Matos <30164700+idematos@users.noreply.github.com> Date: Sun, 6 Jul 2025 01:21:42 +0200 Subject: [PATCH] Add WebAssembly (#3398) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6747d3b6..76ea004c 100644 --- a/readme.md +++ b/readme.md @@ -335,6 +335,7 @@ - [Tiny JS](https://github.com/thoughtspile/awesome-tiny-js#readme) - Frontend libraries that fit into 2 kB with dependencies. - [Frontend GIS](https://github.com/joewdavies/awesome-frontend-gis#readme) - Geographic Information Systems (GIS) for web browsers. - [WebGPU](https://github.com/mikbry/awesome-webgpu#readme) - JavaScript API for rendering and compute on GPUs. +- [WebAssembly](https://github.com/idematos/awesome-webassembly#readme) - A portable binary format for running code efficiently across platforms. ## Back-End Development