Hacker News new | ask | show | jobs
by maelito 167 days ago
Could not run the demos on Firefox. On Chromium, the Great Expectations loads but then nothing happens.
1 comments

Firefox doesn’t support WebGPU yet, you can run programs in the REPL through other backends like Wasm/WebGL: https://jax-js.com/repl

See: https://caniuse.com/webgpu

According to page WebGPU supported (`dom.webgpu.enabled` flag) but is only enabled by default on Windows & macOS (i.e. not Linux).