This does not look to be the Cone example. Did you modify it? Are you finding VTK with find_package(VTK)
or component-based find_package(VTK COMPONENTS ...)
? It seems to be linking with the RenderingWebGPU module. It fails because webgpu needs -sJSPI=1
and you do not have that link flag.