mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 21:40:49 +00:00
9 lines
153 B
Bash
Executable File
9 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
|
|
marine build --release;
|
|
|
|
rm -f artifacts/* || true;
|
|
mkdir -p artifacts;
|
|
|
|
cp ../../target/wasm32-wasi/release/call_parameters.wasm artifacts/;
|