mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-09 21:08:06 +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"
|
|
]
|
|
}
|