You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sharedMemory option to allow threads with shared memory (#247)
* Add `sharedMemory` option to allow threads with shared memory
* Enable thread enabled Swift SDK testing in CI
* Support shared memory in test harness
* Don't use symlink directory in the path of the program name
This is a workaround for the issue that the argv0 program path
containing a symlink directory in the path causes `Bundle.main` to
crash.
0 commit comments