mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
8 lines
131 B
Bash
8 lines
131 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cargo update
|
||
|
fce build --release
|
||
|
|
||
|
rm -f artifacts/*
|
||
|
cp ../../target/wasm32-wasi/release/call_parameters.wasm artifacts/
|