In #16281 (comment), we realized that the location of the corresponding llvm-strip command relative to the emscripten root directory is not always fixed across various installations.
In order to mismatch the llvm-strip command from other installations, e.g., older system installs, with the emscripten one, we should add an emstrip wrapper tool.
In #16281 (comment), we realized that the location of the corresponding
llvm-stripcommand relative to the emscripten root directory is not always fixed across various installations.In order to mismatch the
llvm-stripcommand from other installations, e.g., older system installs, with the emscripten one, we should add anemstripwrapper tool.