# Workaround for Dioxus 0.7.9 leaking the wasm_js getrandom backend cfg # into the server build. We disable DX's automatic flag in the Makefile # and set it only for the wasm32 target here. [target.wasm32-unknown-unknown] rustflags = ["--cfg", "getrandom_backend=\"wasm_js\""] # Uncomment and adjust after installing a musl C toolchain: [target.x86_64-unknown-linux-musl] linker = "x86_64-linux-musl-gcc"