Add standalone cases (#3536)
This commit is contained in:
9
tests/standalone/test-ts1/build.sh
Executable file
9
tests/standalone/test-ts1/build.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
#
|
||||
|
||||
#asc app.ts console.ts --debug -o app.wasm
|
||||
|
||||
asc app.ts console.ts -o test-ts1.wasm
|
||||
Reference in New Issue
Block a user