Skip to content

Commit

Permalink
Fix issue with WASM memory grow
Browse files Browse the repository at this point in the history
  • Loading branch information
andykswong committed Mar 17, 2024
1 parent 288eb6f commit f8f192f
Show file tree
Hide file tree
Showing 14 changed files with 158 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[target.wasm32-unknown-unknown]
rustflags = ["-C", "link-args=-z stack-size=65536"]
rustflags = ["-C", "link-args=-z stack-size=49152"]
2 changes: 1 addition & 1 deletion dist/types.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f8f192f

Please sign in to comment.