mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
1421ba5a9b
* Code for running wasm file. * Add test for wasm exported function. * Use target names for build files. Co-authored-by: nabarun <nabarun@deepstacksoft.com>
7 lines
88 B
JSON
7 lines
88 B
JSON
{
|
|
"extends": "assemblyscript/std/assembly.json",
|
|
"include": [
|
|
"./**/*.ts"
|
|
]
|
|
}
|