summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/test-tools/wamr-ide/VSCode-Extension/resource/scripts/build.bat
blob: de415107ab903f03433a9b2c5f523a0a4e442dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
@REM Copyright (C) 2019 Intel Corporation.  All rights reserved.
@REM SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

@echo off

@REM start a container, mount current project path to container/mnt
docker run --rm --name=wasm-toolchain-ctr ^
                -it -v "%cd%":/mnt ^
                --env=PROJ_PATH="%cd%" ^
                wasm-toolchain:%2  ^
                /bin/bash -c "./build_wasm.sh %1"