learn-wgpu icon indicating copy to clipboard operation
learn-wgpu copied to clipboard

Incorrect Example for Beginner / Tutorial 1

Open Priyansh4444 opened this issue 2 months ago • 0 comments

https://sotrh.github.io/learn-wgpu/beginner/tutorial1-window/#wasm-pack

should show

- import init from "./pkg/tutorial2_surface.js"; 
+ import init from "./pkg/tutorial1_window.js"; 

Priyansh4444 avatar Oct 26 '25 01:10 Priyansh4444