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
|
1 year ago | |
---|---|---|
.. | ||
.gitignore | 2 years ago | |
README.md | 1 year ago | |
asconfig.json | 1 year ago | |
package.json | 1 year ago | |
tsconfig.json | 1 year ago | |
wasi-hello.ts | 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