Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/docs/assemblyscript-hello-world/README.md
1690 views

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