···28fullstack-server = ["dioxus/fullstack"]
29# Enable pckt/site.standard document rendering
30pckt = ["weaver-renderer/pckt"]
000031wasm-split = ["dioxus/wasm-split"]
32# Use weaver-index for reads (proxied when authenticated)
33use-index = ["weaver-common/use-index"]
···28fullstack-server = ["dioxus/fullstack"]
29# Enable pckt/site.standard document rendering
30pckt = ["weaver-renderer/pckt"]
31+# Route-based WASM bundle splitting. Currently broken: causes server/client serialization
32+# mismatches (bool vs String) in use_server_future, especially in navbar. Possibly related
33+# to SmolStr niche optimization or type registry getting confused across module boundaries.
34+# Revisit when dioxus matures this feature. Run with: dx serve --wasm-split
35wasm-split = ["dioxus/wasm-split"]
36# Use weaver-index for reads (proxied when authenticated)
37use-index = ["weaver-common/use-index"]