* Update and clean up AssemblyScript example * Remove wasm build files * Remove wasm source files
4 lines
168 B
TypeScript
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
|