Oh, that probably means your version of WebGl is out of date and you need a newer version.
The version of WebGL is provided by the Chrome that comes embedded within the game though...
Adding
"chromium-args": "--gpu",
to package.json fixed it. Seems for some reason hardware acceleration wasn't enabled by default.
huh, that's weird. I'll look into adding it by default, thanks for letting me know!