From #1, I understand that design-wise, it should be loaded via some FFI mechanism for loading DLLs. However, considering users of native language FFIs that typically statically link other libraries, a pre-built static version would be very helpful. This is especially true given that most such FFIs usually support direct binding to C interfaces without any glue code.