You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
JairusSW f85b8c5146
Update and Refactor docs/assemblyscript-hello-world. Add WASI Demo in docs/assemblyscript_demo. (#5949)
1 year ago
..
.gitignore Update and clean up AssemblyScript example (#4233) 2 years ago
README.md Update and Refactor docs/assemblyscript-hello-world. Add WASI Demo in docs/assemblyscript_demo. (#5949) 1 year ago
asconfig.json Update and Refactor docs/assemblyscript-hello-world. Add WASI Demo in docs/assemblyscript_demo. (#5949) 1 year ago
package.json Update and Refactor docs/assemblyscript-hello-world. Add WASI Demo in docs/assemblyscript_demo. (#5949) 1 year ago
tsconfig.json Update and Refactor docs/assemblyscript-hello-world. Add WASI Demo in docs/assemblyscript_demo. (#5949) 1 year ago
wasi-hello.ts Update and Refactor docs/assemblyscript-hello-world. Add WASI Demo in docs/assemblyscript_demo. (#5949) 1 year ago

README.md

AssemblyScript Hello World (WASI)

This example implements the typical "Hello, World!" application in AssemblyScript, utilizing WASI.

Setup

Navigate to ./docs/assemblyscript-hello-world and run

npm install

Build the AssemblyScript example

npm run build

Run the example

npm run start