marine/runtime/tests/wasm_tests/build.sh
Valery Antopol e37e475663
Fix panics when services have more than 2gb memory allocated (#143)
* add test for allocation at offset more than 2gb

* update wasmer-it version and use u32 instead of usize where needed

* remove cargo.toml patch
2022-03-25 18:40:50 +03:00

13 lines
271 B
Bash
Executable File

#/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/