Allow WebGPU on Electron applications
From Pengwings
WebGPU is turned off by default on Electron applications and currently doesn't work on Wayland.
Add this to command line arguments to enable WebGPU over Vulkan and use X11 windowing:
--enable-unsafe-webgpu --enable-features=Vulkan --ozone-platform=x11