Back to Wasmtime

AssemblyScript Hello World (WASI)

docs/assemblyscript-hello-world/README.md

44.0.1320 B
Original Source

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