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

@@ -0,0 +1,9 @@
{
"targets": {
"helloworld": {
"outFile": "build/wasi-hello-world.wasm",
"textFile": "build/wasi-hello-world.wat"
}
},
"options": {}
}