DioxusLabs / DioxusLabs/dioxus
`wasm` / workers target for `dx bundle --platform web --fullstack`
Open
cli
enhancement
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
## Feature Request
To support targets like Cloudflare workers for `dx bundle`, we should allow some sort of configuration for bundle that builds your server as a `.wasm` module. Ideally the output `dx bundle` format matches the cloudflare workers format so we could eventually support `dx deploy --hosting cloudflare-worker`.
This is generally not that hard and would very useful! The main challenge here is simply designing the configuration frontend since the CLI already accepts different targets for the server.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.