Is there a way to use a custom wgpu build with Deno?
Hi! I'm new to Deno (and Rust) and I couldn't find much about this online - sorry if this might be a basic question. I'm doing a uni project to fuzz test different WebGPU API implementations. I'm randomly generating WebGPU API calls and then passing them to a WebGPU implementation compiled with sanitizers (such as address-sanitizer), then seeing if any memory violations occur. I've done this with Google's Dawn (https://dawn.googlesource.com/dawn/+/refs/heads/chromium/4959/src/dawn/node/) and NodeJS but as I understand, Deno ships with wgpu built in. Is there any way to swap out the underlying WebGPU implementation that is called to a wgpu that has been built with sanitizers? Thanks so much!
