Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomphoolery
651 days ago
can we do this for react native? asking for a friend...
2 comments
whizzter
651 days ago
Not the same runtime, but iirc parsing,etc is done at an earlier stage in Hermes/RN so some parts of the initialization process is already done in that way if I'm not mistaken.
link
traspler
651 days ago
Isn‘t that kind of the idea of Hermes?
link
whizzter
651 days ago
I think all the sources are pre-parsed and compiled but it's not an outright snapshot as in nothing is executed ahead of time.
link