mirror of
https://github.com/fluencelabs/trust-graph-test
synced 2025-03-16 03:21:05 +00:00
9 lines
176 B
Bash
Executable File
9 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
fce build
|
|
|
|
rm artifacts/trust-graph.wasm
|
|
mv -f target/wasm32-wasi/debug/trust-graph.wasm artifacts/
|
|
RUST_LOG="info" fce-repl Config.toml
|