marine/core/tests/wasm_tests/build.sh
Valery Antopol c948b8b866
feat(ABI)!: support marine-rs-sdk host api versions, support worker_id in CallParamaters (#409)
* use marine-rs-sdk with worker_id in CallParameters

* add example

* fix tests

* update sdk version

* add v0/v1 imports

* fix bugs

* update examples

* use git dependency

* fix effects extractor

* fix marine-js build

* fix marine-js tests

* fix style

* make clippy happy

* update marine-rs-sdk

* add version type

* put v1 call_parameters import into right place
2024-02-08 17:40:57 +04:00

12 lines
257 B
Bash
Executable File

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