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()
}new Response(response.body, { headers: {} })