mirror of
https://github.com/alibaba/higress.git
synced 2026-02-18 21:10:53 +08:00
23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"targets": {
|
|
"debug": {
|
|
"outFile": "build/debug.wasm",
|
|
"textFile": "build/debug.wat",
|
|
"sourceMap": true,
|
|
"debug": true
|
|
},
|
|
"release": {
|
|
"outFile": "build/release.wasm",
|
|
"textFile": "build/release.wat",
|
|
"sourceMap": true,
|
|
"optimizeLevel": 3,
|
|
"shrinkLevel": 0,
|
|
"converge": false,
|
|
"noAssert": false
|
|
}
|
|
},
|
|
"options": {
|
|
"bindings": "esm",
|
|
"use": "abort=abort_proc_exit"
|
|
}
|
|
} |