When building a plugin extension, in the custom resource compression function compressTextures, an error message appears when creating a worker:
The V8 platform used by this instance of Node does not support creating Workers.
The output process.version is v20.15.1, which should support Workers.
Is this a limitation of the engine, or is it something we users need to set up?