Files
wasmtime/docs/assemblyscript-hello-world/wasi-hello-world.ts
Jairus Tanaka 8ca3af0e37 Update and clean up AssemblyScript example (#4233)
* Update and clean up AssemblyScript example

* Remove wasm build files

* Remove wasm source files
2022-06-07 12:51:52 -05:00

4 lines
168 B
TypeScript

import "wasi"
// Import the WASI environment and additional WASI-enabled APIs
console.log('Hello World!\n');
// Call AssemblyScript console.log which in turn calls WASI