Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pinned version of wasm-bindgen-cli #1855

Merged
master from
Jul 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Call setup_web.sh from scripts that depends on it
  • Loading branch information
emilk committed Jul 25, 2022
commit 83296fb319c1aa2b2ab4640576592051c803676a
2 changes: 2 additions & 0 deletions sh/build_demo_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -eu
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
cd "$script_path/.."

./sh/setup_web.sh

CRATE_NAME="egui_demo_app"
FEATURES="glow,http,persistence,screen_reader"

Expand Down
2 changes: 2 additions & 0 deletions sh/wasm_bindgen_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -eu
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
cd "$script_path/.."

./sh/setup_web.sh

CRATE_NAME="egui_demo_app"
FEATURES="glow,http,persistence,screen_reader"

Expand Down