mirror of
https://github.com/fluencelabs/trust-graph-test
synced 2025-04-02 00:31:16 +00:00
6 lines
116 B
Bash
6 lines
116 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
fce build
|
||
|
mv target/wasm32-wasi/debug/trust-graph.wasm artifacts/
|
||
|
RUST_LOG="info" fce-repl Config.toml
|