mirror of
https://github.com/encounter/wasmtime.git
synced 2026-03-30 11:42:15 -07:00
f85b8c5146
* add: assemblyscript wasi demo * refactor: assemblyscript-hello-world * finalize changes * edit .gitignore * add README * Add proper documentation
6 lines
84 B
JSON
6 lines
84 B
JSON
{
|
|
"extends": "assemblyscript/std/assembly.json",
|
|
"include": [
|
|
"./*.ts"
|
|
]
|
|
} |