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

@echo off

docker run --rm -it --name=wasm-debug-server-ctr ^
           -v "%cd%":/mnt ^
           wasm-debug-server:%2 ^
           /bin/bash -c "./run.sh %1"