You cannot upload a compressed Worker bundle today, what compression were you looking to use and why
You cannot upload a compressed Worker bundle today, what compression were you looking to use and why?

Error: internal error; reference = v559jmcp0ee9g1mmqdamenrl ? *.acmepg.com (playground env) are sometimes handled by our sandbox Worker instead of our playground Worker, even though are fully isolated in separate wrangler environments with separate domains with their own dns config. acme-play-router for playground, acme-sbx-router for sandbox❌ Referer validation failed: ${refererHost} does not match ${baseDomain});Forbidden: Invalid referer, 403);
keep_bindings option in the types, but that doesn't seem to make a difference. You can use any Workers bindings with the dynamic dispatch Worker or any user Workers., but then how does it control which bindings it can bind to? If it doesn't then is it on the developers to ensure that the users are not able to edit the bindings as then they can get access to any resource on the main CF accountimport * as esbuild from "esbuild-wasm";
await esbuild.initialize({
worker: true,
wasmURL: "https://unpkg.com/esbuild-wasm/esbuild.wasm",
});
const result = await esbuild.transform(code, options);