From bcb0348004815cea849719c60788b4a458ffa0f9 Mon Sep 17 00:00:00 2001 From: Jon Gentle Date: Sun, 25 Aug 2024 16:15:29 -0400 Subject: [PATCH] Add perl bindings link to README.md (#409) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59dd0e74..163d08ad 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The bindings are based on the WebGPU-native header found at `ffi/webgpu-headers/ - [rajveermalviya/go-webgpu](https://github.com/rajveermalviya/go-webgpu) - Go wrapper - [WebGPU-C++](https://github.com/eliemichel/WebGPU-Cpp) - Auto-generated C++ wrapper (developed for the [Learn WebGPU native](https://eliemichel.github.io/LearnWebGPU) course) - [jai_wgpu_native](https://github.com/SogoCZE/jai_wgpu_native) - Raw Jai bindings +- [WebGPU::Direct](https://github.com/atrodo/WebGPU-Direct) - Perl wrapper ([package](https://metacpan.org/pod/WebGPU::Direct)) ## Pre-built binaries