mirror of
https://github.com/encounter/wasmtime.git
synced 2026-03-30 11:42:15 -07:00
f85b8c5146
* add: assemblyscript wasi demo * refactor: assemblyscript-hello-world * finalize changes * edit .gitignore * add README * Add proper documentation
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