I have a JS worker (type = javascript) and running wrangler publish will upload this script to the worker, great.
The worker calls a WebAssembly module, (a wasm file). I can upload this manually in the Worker editor on cloudflare, but I want the wrangler tool to upload this also. But I can’t see guidance on how to do this. If I publish, any wasm file I’ve uploaded is deleted. I just have the wasm file that I need including as part of my upload.
I don’t want wrangler to do any compilation, I’ve already done that elsewhere. It’s not a Rust project.
How can I tell the wrangler tool to include my wasm file and upload it with the specified name?