Files
tinygo/src
Ayke van Laethem a38829c692 internal/task: use -stack-size flag when starting a new thread
Found this bug while trying to use the upstream testing package instead
of our own. The io/fs package wasn't passing, because the test was run
in a separate goroutine (and therefore a separate thread, with its own
stack) instead of all in the same thread with our own stack
creation/switching implementation.
2025-08-05 20:32:59 +02:00
..
2025-06-11 09:57:46 +02:00
2025-06-12 21:04:36 +02:00
2025-02-25 14:41:42 +01:00