-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasconfig.json
37 lines (37 loc) · 950 Bytes
/
asconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"targets": {
"yin-debug": {
"binaryFile": "public/yin-untouched.wasm",
"textFile": "public/yin-untouched.wat",
"sourceMap": true,
"debug": true
},
"yin-release": {
"binaryFile": "public/yin-optimized.wasm",
"textFile": "public/yin-optimized.wat",
"tsdFile": "src/types/yin-asTypes.d.ts",
"sourceMap": true,
"optimizeLevel": 3,
"shrinkLevel": 0,
"converge": false,
"noAssert": true
},
"ac-debug": {
"binaryFile": "public/ac-untouched.wasm",
"textFile": "public/ac-untouched.wat",
"sourceMap": true,
"debug": true
},
"ac-release": {
"binaryFile": "public/ac-optimized.wasm",
"textFile": "public/ac-optimized.wat",
"tsdFile": "src/types/ac-asTypes.d.ts",
"sourceMap": true,
"optimizeLevel": 3,
"shrinkLevel": 0,
"converge": false,
"noAssert": true
}
},
"options": {}
}