www: Disable Web REPL input until the compiler .wasm has loaded

This commit is contained in:
Brian Carroll 2022-09-12 23:00:22 +01:00
parent f85f1b84a2
commit 2b3e386345
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7
4 changed files with 16 additions and 4 deletions

View file

@ -12,7 +12,7 @@ set -euxo pipefail
if ! which wasm-pack
then
echo "To build the Web REPL, you need to run `cargo install wasm-pack`"
echo "To build the Web REPL, you need to run 'cargo install wasm-pack'"
exit 1
fi