mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-10 22:43:15 +00:00

* wamr-wasi-extensions: separate test scripts also, allow to specify the prefix directory. for the convenience of the CI. * CI: build wamr-wasi-extensions fragments are copied from compilation_on_macos.yml. (thus intel copyright notice)
12 lines
220 B
Bash
Executable File
12 lines
220 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Copyright (C) 2025 Midokura Japan KK. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
set -e
|
|
|
|
PREFIX=${1:-/tmp/wamr}
|
|
|
|
./build_libs.sh ${PREFIX}
|
|
./build_samples.sh ${PREFIX}
|