trust-graph-test/bin/run-repl.sh

9 lines
176 B
Bash
Raw Normal View History

2021-01-28 11:57:43 +03:00
#!/usr/bin/env bash
set -euo pipefail
fce build
2021-01-28 11:57:43 +03:00
rm artifacts/trust-graph.wasm
mv -f target/wasm32-wasi/debug/trust-graph.wasm artifacts/
RUST_LOG="info" fce-repl Config.toml