Comment on Hermes – A small JavaScript engine optimized for running React Native on AndroidparentComments−janic7yThe VM doesn't run JS directly, just bytecode so the version of the spec supported doesn't matter much. JS can be run through babel before going through the Hermes compiler.−brainee7ywonderful
Comments
The VM doesn't run JS directly, just bytecode so the version of the spec supported doesn't matter much. JS can be run through babel before going through the Hermes compiler.
wonderful