facebook / hermes

A JavaScript engine optimized for running React Native.
https://hermesengine.dev/
MIT License
9.85k stars 632 forks source link

Trim unused functionality in the sandbox #1309

Closed neildhar closed 7 months ago

neildhar commented 8 months ago

Summary: Given that raw_fd_ostream doesn't actually work in the sandbox, remove its dependency on fstat when building for the sandbox.

Also switch the sandbox to building with HERMES_IS_MOBILE_BUILD to trim other unused functionality.

Differential Revision: D53668399