Update and clean up AssemblyScript example (#4233)

* Update and clean up AssemblyScript example

* Remove wasm build files

* Remove wasm source files
This commit is contained in:
Jairus Tanaka
2022-06-07 10:51:52 -07:00
committed by GitHub
parent 479def00b9
commit 8ca3af0e37
6 changed files with 22 additions and 96 deletions

View File

@@ -1,5 +1,4 @@
import "wasi"
import {Console} from "as-wasi"
Console.log('Hello World!\n');
// Import the WASI environment and additional WASI-enabled APIs
console.log('Hello World!\n');
// Call AssemblyScript console.log which in turn calls WASI