mirror of
https://github.com/alibaba/higress.git
synced 2026-02-21 14:30:54 +08:00
24 lines
487 B
JSON
24 lines
487 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,
|
|
"debug": true
|
|
}
|
|
},
|
|
"options": {
|
|
"bindings": "esm",
|
|
"use": "abort=abort_proc_exit"
|
|
}
|
|
} |