mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-26 13:11:52 +00:00
Support compiling multiple entry files
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user