egui/sh/wasm_size.sh

7 lines
156 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2021-05-09 11:28:24 +00:00
set -eu
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
cd "$script_path"
trunk build --release && ls -lh ../dist/*.wasm