Workers technical documentation
Is there any technical documentation on how the wasm file is built and what exactly has to be exposed for it to be a valid wasm for cloudflare and what the zip should look like that is uploaded + where to upload it?
Or do I just have to reverse engineer everything and try to find it out?
1 Reply
I don't think wasm files are built in any special way for CF - it should just be any regular old wasm file which works in browsers and elsewhere
I know when I've built a Rust wasm file I didn't do anything special. I very much do not know much about wasm stuff though - I'd recommend just looking at how examples are done