mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Small code cleanup
This commit is contained in:
@@ -47,6 +47,7 @@ cargo build \
|
||||
--release \
|
||||
--lib \
|
||||
--target wasm32-unknown-unknown \
|
||||
--no-default-features \
|
||||
--features ${FEATURES}
|
||||
|
||||
echo "Generating JS bindings for wasm…"
|
||||
|
||||
@@ -3,4 +3,4 @@ set -eu
|
||||
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd "$script_path"
|
||||
|
||||
./build_demo_web.sh && ls -l ../docs/*.wasm
|
||||
./build_demo_web.sh && ls -lh ../docs/*.wasm
|
||||
|
||||
Reference in New Issue
Block a user