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:
9
docs/assemblyscript-hello-world/asconfig.json
Normal file
9
docs/assemblyscript-hello-world/asconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"targets": {
|
||||
"helloworld": {
|
||||
"outFile": "build/wasi-hello-world.wasm",
|
||||
"textFile": "build/wasi-hello-world.wat"
|
||||
}
|
||||
},
|
||||
"options": {}
|
||||
}
|
||||
Reference in New Issue
Block a user