Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-enable bundling of hermesc inside the react-native NPM package (#3…
…3677) Summary: This PR re-enables bundling of the precompiled `hermesc` binary inside the react-native NPM package. To handle this I've stripped over all the unnecessary files and kept only the relevant binary. It now follows the same structure as the `hermes-engine` NPM package. ## Changelog [Internal] - Re-enable bundling of hermesc inside the react-native NPM package Pull Request resolved: #33677 Test Plan: Will wait for a successful CI job to produce a commitlies of RN. https://app.circleci.com/pipelines/github/facebook/react-native/13020/workflows/9b59c6e0-4e90-4008-be73-aaa3155cefc9/jobs/248841 Here the output of the RN commitlies with the file correctly placed: ``` tar -tvf ~/Downloads/react-native-1000.0.0-1520d36ba.tgz | grep hermesc -rwxr-xr-x 0 0 0 3516952 Oct 26 1985 package/sdks/hermesc/linux64-bin/hermesc -rwxr-xr-x 0 0 0 2618232 Oct 26 1985 package/sdks/hermesc/osx-bin/hermesc -rwxr-xr-x 0 0 0 1613312 Oct 26 1985 package/sdks/hermesc/win64-bin/hermesc.exe ``` Reviewed By: neildhar Differential Revision: D35784619 Pulled By: cortinico fbshipit-source-id: 334ed03c40f6838ae8365a1f1c6e86e38a8dbc59
- Loading branch information