mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
88bc357325
* generate `Context` inside a thread fix #9882 this is a workaround for #9882 due to windows having a small stack size for the main thread (1MiB) versus other platforms which have 8MiB. the true fix would be to lower the generated code stack size, but with lots a plugins, there are lots of ACL configurations. * add change file [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
103 B
103 B
tauri-codegen |
---|
patch:bug |
Generate context in a separate thread to prevent a stack overflow.