mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 02:32:16 +00:00
* init timestamp oracle * Update Readme.md * update stats, tests * update aqua script and readme
7 lines
176 B
Bash
Executable File
7 lines
176 B
Bash
Executable File
#!/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/
|