diff options
Diffstat (limited to 'asconfig.json')
| -rw-r--r-- | asconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/asconfig.json b/asconfig.json index d530acf..999b96a 100644 --- a/asconfig.json +++ b/asconfig.json @@ -9,7 +9,7 @@ "release": { "outFile": "build/out.wasm", "textFile": "build/out.wat", - "sourceMap": true, + "sourceMap": false, "optimizeLevel": 3, "shrinkLevel": 0, "converge": false, @@ -17,6 +17,7 @@ } }, "options": { - "bindings": "raw" + "bindings": "raw", + "enable": ["simd"] } }
\ No newline at end of file |
