Comment by doctoboggan
11 days ago
I enabled WebGPU in safari on my m1 Mac and got this error when running the GoL demo:
``` TypeError: B.values().some is not a function. (In 'B.values().some(r=>r.args.length)', 'B.values().some' is undefined) ```
EDIT: I got the same error with all three sample scripts
I believe I just fixed this—JavaScriptCore doesn't have support for a recently-introduced function.
I can confirm it is working for me now, thanks!