GoogleChromeLabs / chromeos_smart_card_connector

Smart Card Connector App for Chrome OS
https://chrome.google.com/webstore/detail/smart-card-connector/khpfeaanjngmcnplbdlpegiifgpfgdco
Apache License 2.0
133 stars 50 forks source link

[wasm] Increase default stack size in Release #1108

Closed emaxx-google closed 5 months ago

emaxx-google commented 8 months ago

Set the stack size to 1 MiB in both Debug and Release modes.

Previously we were doing this only in Debug, and left the default 64 KiB otherwise, but with recent changes it turned out that we're besides this (tough) limit. In the future we might want to investigate whether something smaller than 1 MiB would make sense, however for now WebAssembly builds aren't shipped anywhere, and we just want to make the CI bots happy on follow-up changes.

This change contributes to #1104.

github-actions[bot] commented 8 months ago

Continuous Integration: All tests passed. C/C++ test coverage: 73.22% lines.

github-actions[bot] commented 6 months ago

Continuous Integration: All tests passed. C/C++ test coverage: 73.25% lines.