When packaging a script that calls require 'zlib', the generated EXE fails at runtime with:
LoadError: 14001: The application has failed to start because its side-by-side configuration is incorrect.
…/x64-mingw-ucrt/zlib.so (LoadError)
This indicates that require 'zlib' cannot load the zlib extension in the packaged environment.