0.16.1
- 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 astsc-dyn.dylib
)tsc-dyn.x86_64-unknown-linux-gnu.so
(same astsc-dyn.so
)tsc-dyn.x86_64-pc-windows-msvc.dll
(same astsc-dyn.dll
)tsc-dyn.aarch64-apple-darwin.dylib
(new, for Apple Silicon)