3 lines
119 B
Bash
Executable File
3 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack build --release --target web -d ../color_functions
|