Skip to content

MSVC name-binding for Windows

Latest
Compare
Choose a tag to compare
@yuichiis yuichiis released this 12 May 14:05

MSVC name-binding for Windows

Added name binding library and made it default to prevent unexpected behavior if DLL version changes slightly on Windows.
A newly added library resolves an issue when using MSVC's standard import library that modifies the address table and prevents you from calling functions in a DLL.

Arm64 and Intel pre-build binary for MacOS

Pre-built binaries are now automatically published using Github's capabilities.
This allows us to provide both arm64 and x86_64 for MacOS.
The reason why you can't build universal binaries for MacOS is due to the specifications of the hosted runner on Github.