wcandillon/wasm2wgsl
A WASM to WGSL transpiler
JavaScript23 stars0 forks
What it does
wasm2wgsl is a tool that transforms WebAssembly (WASM) code into WebGPU compute shaders using WGSL. This allows developers to leverage existing shaders in a modern graphics pipeline, enhancing performance and compatibility.
Star history
Not enough history yet — 1 day(s) recorded. The daily snapshot builds this up.
Tracking
- Last trending
- 2026-02-21
Creator kit
Hook
Transform your WebAssembly shaders into native WebGPU with wasm2wgsl and unlock new graphics capabilities!
Content angles
- Create a tutorial on how to write and compile shaders using wasm2wgsl.
- Explore the performance benefits of using WGSL over traditional WebGL shaders.
- Develop a series showcasing creative shader examples using the transpiler.
Who should care
Developers interested in graphics programming and modern web technologies.