Compare commits
1 Commits
release-20
...
release-20
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a9905fc56 |
@@ -30,16 +30,7 @@ jobs:
|
|||||||
npx @tailwindcss/cli -i input.css -o public/tailwind.css
|
npx @tailwindcss/cli -i input.css -o public/tailwind.css
|
||||||
trunk build --release
|
trunk build --release
|
||||||
|
|
||||||
# Manuel WASM Optimizasyonu
|
echo "Build complete (WASM optimization handled by Rust compiler via opt-level=z)"
|
||||||
WASM_FILE=$(ls dist/*.wasm | head -n 1)
|
|
||||||
BEFORE=$(du -h "$WASM_FILE" | cut -f1)
|
|
||||||
echo "Before optimization: $BEFORE"
|
|
||||||
|
|
||||||
wasm-opt --all-features -Oz "$WASM_FILE" -o "$WASM_FILE"
|
|
||||||
|
|
||||||
AFTER=$(du -h "$WASM_FILE" | cut -f1)
|
|
||||||
echo "After optimization: $AFTER"
|
|
||||||
echo "Optimization complete!"
|
|
||||||
|
|
||||||
- name: Build Backend (MIPS)
|
- name: Build Backend (MIPS)
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user