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:
@@ -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
|
||||
Reference in New Issue
Block a user