Skip to content

Commit

Permalink
fix: reduce wasm memory
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Oct 6, 2024
1 parent a626421 commit d4abd21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions asconfig-pkg-nort.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
],
"sharedMemory": true,
"importMemory": true,
"initialMemory": 5000,
"maximumMemory": 5000,
"initialMemory": 500,
"maximumMemory": 500,
"bindings": "raw",
"runtime": false,
"exportRuntime": false
Expand Down
4 changes: 2 additions & 2 deletions asconfig-pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
],
"sharedMemory": true,
"importMemory": false,
"initialMemory": 5000,
"maximumMemory": 5000,
"initialMemory": 500,
"maximumMemory": 500,
"bindings": "raw",
"runtime": "incremental",
"exportRuntime": true
Expand Down

0 comments on commit d4abd21

Please sign in to comment.