mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
21 lines
412 B
JSON
21 lines
412 B
JSON
|
{
|
||
|
"targets": {
|
||
|
"debug": {
|
||
|
"binaryFile": "build/debug.wasm",
|
||
|
"textFile": "build/debug.wat",
|
||
|
"sourceMap": true,
|
||
|
"debug": true
|
||
|
},
|
||
|
"release": {
|
||
|
"binaryFile": "build/release.wasm",
|
||
|
"textFile": "build/release.wat",
|
||
|
"sourceMap": true,
|
||
|
"optimizeLevel": 3,
|
||
|
"shrinkLevel": 0,
|
||
|
"converge": false,
|
||
|
"noAssert": false
|
||
|
}
|
||
|
},
|
||
|
"options": {}
|
||
|
}
|