Support compiling multiple entry files

This commit is contained in:
dcodeIO
2017-12-09 02:52:20 +01:00
parent 732068e981
commit 5ff88e126e
3 changed files with 47 additions and 48 deletions

View File

@ -64,9 +64,11 @@ Using the CLI
-------------
```
Syntax: asc [options] [file ...]
Syntax: asc [options] [entryFile ...]
Examples: asc hello.ts
asc hello.ts -b hello.wasm -t hello.wast -a hello.js
asc hello.ts -b > hello.wasm
Options:
-v, --version Prints the compiler's version.