Part of the goal is not to get in the way if there's other aspects of a project that talk to WebGPU directly. If you're already using WebGPU the correspondence should be pretty familiar if you look at the `gpu.h` source. We specifically avoided extra layers of indirection so that you can mix in direct calls against the WebGPU API when needed.
coffeeaddict1|1 year ago
When I tried to run the matmul example, nothing gets output on the terminal. Is logging disabled by default? The executable runs and just exits.