ufix path, add config file

This commit is contained in:
boneyard93501 2021-03-17 00:38:37 -05:00
parent c2e4e5e4cb
commit 8cffdea6d9
2 changed files with 12 additions and 1 deletions

View File

@ -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/

View File

@ -0,0 +1,11 @@
modules_dir = "artifacts/"
[[module]]
name = "curl_adapter"
[module.mounted_binaries]
curl = "/usr/bin/curl"
[[module]]
name = "block_getter"