Files
chaos-game-rs/.cargo/config.toml
Robert Garrett fbcc16bc22 Add WASM-specific configurations
I've added a runner override to use the wasm-server-runner for easy
devlopment -- it's a localhost webserver to provide the WASM binary &
it's bootstrap code.

There is also target-specific config related to the RNG back-end.
2025-09-07 16:50:19 -05:00

5 lines
118 B
TOML

[target.wasm32-unknown-unknown]
runner = "wasm-server-runner"
rustflags = ["--cfg", "getrandom_backend=\"wasm_js\""]