1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-06-30 17:47:45 +00:00

Don't generate unnecessary files for web

This commit is contained in:
Joshua Goins 2025-06-29 20:51:17 -04:00
parent b59518c682
commit 9a928a7c38

View file

@ -1,3 +1,3 @@
#!/bin/sh
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack build --target web
RUSTFLAGS='--cfg getrandom_backend="wasm_js"' wasm-pack build --target web --release --no-pack --no-typescript