mirror of
https://github.com/fluencelabs/examples
synced 2025-06-13 01:51:20 +00:00
update project name
This commit is contained in:
10
quickstart/2-hosted-services/scripts/build.sh
Executable file
10
quickstart/2-hosted-services/scripts/build.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||
cargo update --aggressive
|
||||
marine build --release
|
||||
|
||||
mkdir -p artifacts
|
||||
rm -f artifacts/*.wasm
|
||||
cp target/wasm32-wasi/release/hello_world.wasm artifacts/
|
Reference in New Issue
Block a user