Building... => Building to WASM...

This commit is contained in:
folex 2019-08-18 13:59:06 +03:00
parent 58c0afd0ca
commit 110d2e42bd
8 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ set -e
mkdir -p wasm
# Build fluid WASM module
echo "Building..."
echo "Building to WASM..."
npm --silent install
npm --quiet run flbuild
cp build/fluid.wasm ./wasm/

View File

@ -5,7 +5,7 @@ set -e
mkdir -p wasm
# Build fluid WASM module
echo "Building..."
echo "Building to WASM..."
npm --silent install
npm --quiet run flbuild
cp build/fluid.wasm ./wasm/

View File

@ -12,7 +12,7 @@ if [ ! -f "wasm/$SQLITE" ]; then
fi
# Build fluid WASM module
echo "Building..."
echo "Building to WASM..."
npm --silent install
npm --quiet run flbuild
cp build/fluid.wasm ./wasm/

View File

@ -20,7 +20,7 @@ if [ ! -f "wasm/$SQLITE" ]; then
fi
# Build fluid WASM module
echo "Building..."
echo "Building to WASM..."
npm --silent install
npm --quiet run flbuild
cp build/fluid.wasm ./wasm/

View File

@ -5,7 +5,7 @@ set -e
mkdir -p wasm
# Build fluid WASM module
echo "Building..."
echo "Building to WASM..."
cargo +nightly build --target wasm32-unknown-unknown --release >/dev/null
cp target/wasm32-unknown-unknown/release/*.wasm ./wasm/
echo

View File

@ -5,7 +5,7 @@ set -e
mkdir -p wasm
# Build fluid WASM module
echo "Building..."
echo "Building to WASM..."
cargo +nightly build --target wasm32-unknown-unknown --release >/dev/null
cp target/wasm32-unknown-unknown/release/*.wasm ./wasm/
echo

View File

@ -12,7 +12,7 @@ if [ ! -f "wasm/$SQLITE" ]; then
fi
# Build fluid WASM module
echo "Building..."
echo "Building to WASM..."
cargo +nightly build --target wasm32-unknown-unknown --release >/dev/null
cp target/wasm32-unknown-unknown/release/*.wasm ./wasm/
echo

View File

@ -12,7 +12,7 @@ if [ ! -f "wasm/$SQLITE" ]; then
fi
# Build fluid WASM module
echo "Building..."
echo "Building to WASM..."
cargo +nightly build --target wasm32-unknown-unknown --release >/dev/null
cp target/wasm32-unknown-unknown/release/*.wasm ./wasm/
echo