add test for #977
This PR adds a failing/crashing swift test for https://github.com/mrousavy/nitro/issues/977 it works for c++ and kotlin though :)
Rarely it crashes, took me a few cold starts though to catch it.
But even when it does not crash the test fails, printing each value of the array reveals that there is something terrible wrong, even though I pass in [100, 0] all the time I see different values on each attempt.
@g4rb4g3 is attempting to deploy a commit to the Margelo Team on Vercel.
A member of the Team first needs to authorize it.
merging in latest main up until 7b542e0f3e80ade69d69281064a623db089dee55 makes it work.
thanks! 👍
merging in https://github.com/mrousavy/nitro/pull/984 also seems to fix it, did 10 cold starts with a few test runs each and it never crashed and always passed.
fixed