mirror of
https://github.com/fluencelabs/fluid
synced 2025-06-20 00:31:20 +00:00
step3 script
This commit is contained in:
@ -4,6 +4,7 @@ set -e
|
||||
|
||||
mkdir -p wasm
|
||||
|
||||
# Download SQLite
|
||||
SQLITE="sqlite3_0.2.0.wasm"
|
||||
if [ ! -f "wasm/$SQLITE" ]; then
|
||||
echo "Downloading $SQLITE..."
|
||||
|
Reference in New Issue
Block a user