summaryrefslogtreecommitdiff
path: root/asconfig.json
blob: d530acfa18f9cb0c9959021d1d6bd81bfd22c4b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "targets": {
    "debug": {
      "outFile": "build/out.wasm",
      "textFile": "build/out.wat",
      "sourceMap": true,
      "debug": true
    },
    "release": {
      "outFile": "build/out.wasm",
      "textFile": "build/out.wat",
      "sourceMap": true,
      "optimizeLevel": 3,
      "shrinkLevel": 0,
      "converge": false,
      "noAssert": false
    }
  },
  "options": {
    "bindings": "raw"
  }
}