mirror of
https://github.com/fluencelabs/examples
synced 2025-06-22 06:11:32 +00:00
#!/usr/bin/env bash -o errexit -o nounset -o pipefail (#3)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
|
||||
|
||||
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||
# cd sqlite
|
||||
@ -23,4 +23,4 @@ cp curl_adapter/target/wasm32-wasi/release/curl_adapter.wasm artifacts/
|
||||
cp facade/target/wasm32-wasi/release/facade.wasm artifacts/
|
||||
# cp sqlite/target/wasm32-wasi/release/sqlite_test.wasm artifacts/
|
||||
# wget https://github.com/fluencelabs/sqlite/releases/download/v0.9.0_w/sqlite3.wasm
|
||||
# mv sqlite3.wasm artifacts/
|
||||
# mv sqlite3.wasm artifacts/
|
||||
|
Reference in New Issue
Block a user