summaryrefslogtreecommitdiff
path: root/asconfig.json
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-06 20:52:45 +0000
committerSam Nystrom <15555332-SamNystrom1@users.noreply.replit.com>2024-03-06 20:52:45 +0000
commitac83dd4a08bdbab6df270d6dae8d9e2d6d619342 (patch)
treed928f552d7fb89a96b757b00899d4dbc0639cacd /asconfig.json
init
Diffstat (limited to 'asconfig.json')
-rw-r--r--asconfig.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/asconfig.json b/asconfig.json
new file mode 100644
index 0000000..d530acf
--- /dev/null
+++ b/asconfig.json
@@ -0,0 +1,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"
+ }
+} \ No newline at end of file