mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-07 23:45:07 +00:00
6 lines
192 B
Bash
6 lines
192 B
Bash
|
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||
|
|
||
|
#!/bin/bash
|
||
|
TARGET=$1
|
||
|
./iwasm -g=0.0.0.0:1234 /mnt/build/${TARGET}.wasm
|