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
Modified CI pipelines to publish additional pre-built dynamic modules. Their filenames include the platform they are built for. The files without platform in name will eventually be deprecated.
tsc-dyn.x86_64-apple-darwin.dylib (same as tsc-dyn.dylib)
tsc-dyn.x86_64-unknown-linux-gnu.so (same as tsc-dyn.so)
tsc-dyn.x86_64-pc-windows-msvc.dll (same as tsc-dyn.dll)
tsc-dyn.aarch64-apple-darwin.dylib (new, for Apple Silicon)