marine/runtime/tests/wasm_tests/build.sh

13 lines
271 B
Bash
Raw Normal View History

#/bin/sh
# This script builds all tests
(
cd records_allocation || exit;
cargo update --aggressive;
marine build --release;
rm artifacts/* || true;
mkdir artifacts
)
cp ../../../target/wasm32-wasi/release/records_allocation.wasm records_allocation/artifacts/