Name Date Size #Lines LOC

..15-May-2026-

.gitignoreH A D15-May-202651 44

README.mdH A D15-May-2026320 2315

asconfig.jsonH A D15-May-2026352 1313

package.jsonH A D15-May-2026438 1818

tsconfig.jsonH A D15-May-202684 66

wasi-hello.tsH A D15-May-2026560 111

README.md

1# AssemblyScript Hello World (WASI)
2
3This example implements the typical "Hello, World!" application in AssemblyScript, utilizing WASI.
4
5## Setup
6
7Navigate to `./docs/assemblyscript-hello-world` and run
8
9```
10npm install
11```
12
13Build the AssemblyScript example
14
15```
16npm run build
17```
18
19Run the example
20
21```
22npm run start
23```