Nathan Moinvaziri

Results 433 comments of Nathan Moinvaziri

Is it possible to do sudo apt-get install enscripten? If so it can be added as “packages: enscripten” in the yaml

I wonder if the CI changes would be better as it is own workflow, because it skips testing, code coverage, has to install emscripten from scratch, etc. @Dead2 might have...

I wasn't suggesting adding testing. I was suggesting that perhaps since there are enough large changes in the cmake yaml that it should be broken out into its own yaml...

@PiotrSikora this usually happens when converting a list to a string in CMake. Is it possible to just call cmake with `-DCMAKE_CROSSCOMPILING_EMULATOR=node` without using `emcmake`? `CMAKE_CROSSCOMPILING_EMULATOR` is what we use...

I think I would like to see another release as well, so we can compile zlib-ng with our software using ClangCl.

Is it possible to split arch-specific code into its own static library? Then use LTO on the main zlib static library only - without regard to -mnative..?