From 9e0b783fd77739cfd99eaa6ebfca9eb48d38e84c Mon Sep 17 00:00:00 2001 From: Hamza Ezzaydia Date: Wed, 1 Apr 2026 09:10:08 +0200 Subject: [PATCH] Add verifyfetch to Libraries --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f607762..bbdba9f 100644 --- a/readme.md +++ b/readme.md @@ -139,7 +139,8 @@ WebGPU is a work in progress Web standard from [W3C](https://www.w3.org/) for mo - [SWGPU](https://github.com/jay19240/SWGPU) - A Simple WebGPU Game Engine. - [React Native WebGPU](https://github.com/wcandillon/react-native-webgpu) - React Native implementation of WebGPU using Dawn. - [TypeGPU](https://typegpu.com/) - TypeScript API for constructing, writing to and reading from GPU buffers with inferred type-safety. -- [WESL](https://github.com/wgsl-tooling-wg/wesl-spec/blob/main/README.md) - WGSL extensions for `import`, `@if`, and more. +- [verifyfetch](https://github.com/hamzaydia/verifyfetch) - Resumable, integrity-verified downloads for large AI model files in the browser. Drop-in support for WebLLM and Transformers.js. +- [WESL](https://github.com/wgsl-tooling-wg/wesl-spec/blob/main/README.md) - WGSL extensions for `import`, `@if`, and more. - [WebGpGpu.ts](https://github.com/eddow/webgpgpu) - A WebGPU framework to access compute shaders, browser or server-side, without the steep learning curve. - [spark.js](https://ludicon.com/sparkjs/) - A real-time GPU texture compression library for WebGPU. - [zephyr3d](https://zephyr3d.org/) - A TypeScript-based 3D rendering engine with WebGPU/WebGL support.