A template for kick starting a Cloudflare worker project using wasm-pack
and the new modules upload format.
This is the equivalent of the rustwasm-worker-template except using modules instead of the service-worker upload format.
To generate using wrangler
wrangler generate projectname https://github.com/ssiloti/rustwasm-worker-modules-template
Further documentation for Wrangler can be found here.