run.sh 215 B

1234567
  1. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  2. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  3. #!/bin/bash
  4. TARGET=$1
  5. HEAP_SIZE=$2
  6. ./iwasm --heap-size=${HEAP_SIZE} /mnt/build/${TARGET}.wasm