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