mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
www: Disable Web REPL input until the compiler .wasm has loaded
This commit is contained in:
parent
f85f1b84a2
commit
2b3e386345
4 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue