mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
ufix path, add config file
This commit is contained in:
parent
c2e4e5e4cb
commit
8cffdea6d9
@ -5,4 +5,4 @@ cargo update
|
||||
fce build --release
|
||||
|
||||
rm artifacts/*
|
||||
cp ../../target/wasm32-wasi/release/greeting.wasm artifacts/
|
||||
cp target/wasm32-wasi/release/greeting.wasm artifacts/
|
||||
|
11
multi-service/Block-Getter-Config.toml
Normal file
11
multi-service/Block-Getter-Config.toml
Normal file
@ -0,0 +1,11 @@
|
||||
modules_dir = "artifacts/"
|
||||
|
||||
[[module]]
|
||||
name = "curl_adapter"
|
||||
|
||||
[module.mounted_binaries]
|
||||
curl = "/usr/bin/curl"
|
||||
|
||||
|
||||
[[module]]
|
||||
name = "block_getter"
|
Loading…
Reference in New Issue
Block a user