Restore go.mod versions and raise wasm size limit to 57MiB

This commit is contained in:
Viktor Liu
2026-05-12 14:56:38 +02:00
parent 0f3d89f495
commit 0a00edf77d
3 changed files with 9 additions and 9 deletions

View File

@@ -61,8 +61,8 @@ jobs:
echo "Size: ${SIZE} bytes (${SIZE_MB} MB)"
if [ ${SIZE} -gt 58720256 ]; then
echo "Wasm binary size (${SIZE_MB}MB) exceeds 56MB limit!"
if [ ${SIZE} -gt 59768832 ]; then
echo "Wasm binary size (${SIZE_MB}MB) exceeds 57MB limit!"
exit 1
fi