Skip to content

Files

Latest commit

 

History

History
 
 

assemblyscript-hello-world

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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