marine/core/tests/wasm_tests/build.sh
2022-06-02 19:51:27 +03:00

13 lines
259 B
Bash
Executable File

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