mirror of
https://github.com/fluencelabs/examples
synced 2025-07-02 19:21:35 +00:00
Reorg (#10)
* init reorg * updated readme * fix CI * remove outdated ipfs-node example * add Readme * update readme, add config file Co-authored-by: folex <0xdxdy@gmail.com>
This commit is contained in:
6
aqua-examples/ts-oracle/scripts/build.sh
Executable file
6
aqua-examples/ts-oracle/scripts/build.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
|
||||
|
||||
mkdir -p artifacts
|
||||
rm -f artifacts/*.wasm
|
||||
marine build --release
|
||||
cp target/wasm32-wasi/release/ts_oracle.wasm artifacts/
|
Reference in New Issue
Block a user