Worker responses aren't cached, what are you referring to?
Worker responses aren't cached, what are you referring to?
zstd compression locally.zstd decompression when uploading my project's code to the hosted v8 isolate?
zstd implementation, would I be able to apply that to a Uint8Array representation of a Wasm binary embedded in a JavaScript constant, and call WebAssembly.instantiate() from it?new Function() on Workers? It turns out a library I'm using relies on it for it's core functionality and I'd rather not reimplement it all


wrangler init --from-dash <WORKER_NAME>export default {
fetch()
scheduled()
queue()
}zstdzstdzstdUint8ArrayWebAssembly.instantiate()new Function()wrangler init --from-dash <WORKER_NAME>new Response(response.body, { headers: {} })