metro-hermes-compiler
🚇 Hermes bytecode compiler for Metro.
Last updated 3 years ago by fb .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install metro-hermes-compiler 
SYNC missed versions from official npm registry.

Metro Hermes Compiler

This experimental module provides a high-level API to work with the Hermes bytecode compiler (HBC). HBC is integrated as a WASM binary generated by the emscripten toolchain and checked in as part of this package.

How to build HBC

A pre-configured emscripten environment can be used through this Docker image. Docker can be installed via its desktop app. Make sure to increase resource limits (16G RAM, as much CPU as possible).

cd path/to/hermes/checkout
docker run -i -t --rm -v `pwd`:`pwd` trzeci/emscripten bash
apt-get update -y && apt-get install -y icu-devtools
cd path/to/hermes/checkout
cmake . -DCMAKE_TOOLCHAIN_FILE=/emsdk_portable/emscripten/sdk/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Release
make -j emhermesc

After the build process finishes the Hermes Bytecode Compiler JavaScript file will be available in the bin folder.

Current Tags

  • 0.73.10                                ...           latest (3 years ago)

46 Versions

  • 0.73.10                                ...           3 years ago
  • 0.72.4                                ...           3 years ago
  • 0.70.4                                ...           3 years ago
  • 0.73.9                                ...           3 years ago
  • 0.76.0                                ...           3 years ago
  • 0.75.1                                ...           3 years ago
  • 0.73.8                                ...           3 years ago
  • 0.75.0                                ...           3 years ago
  • 0.74.1                                ...           3 years ago
  • 0.74.0                                ...           3 years ago
  • 0.73.7                                ...           3 years ago
  • 0.73.6                                ...           3 years ago
  • 0.73.4                                ...           3 years ago
  • 0.73.5                                ...           3 years ago
  • 0.73.3                                ...           3 years ago
  • 0.73.2                                ...           3 years ago
  • 0.73.1                                ...           4 years ago
  • 0.73.0                                ...           4 years ago
  • 0.72.3                                ...           4 years ago
  • 0.72.2                                ...           4 years ago
  • 0.72.1                                ...           4 years ago
  • 0.72.0                                ...           4 years ago
  • 0.71.3                                ...           4 years ago
  • 0.71.2                                ...           4 years ago
  • 0.71.1                                ...           4 years ago
  • 0.71.0                                ...           4 years ago
  • 0.70.3                                ...           4 years ago
  • 0.70.2                                ...           4 years ago
  • 0.70.1                                ...           4 years ago
  • 0.70.0                                ...           4 years ago
  • 0.69.1                                ...           4 years ago
  • 0.69.0                                ...           4 years ago
  • 0.68.0                                ...           4 years ago
  • 0.67.0                                ...           4 years ago
  • 0.66.2                                ...           5 years ago
  • 0.66.1                                ...           5 years ago
  • 0.66.0                                ...           5 years ago
  • 0.65.2                                ...           5 years ago
  • 0.65.1                                ...           5 years ago
  • 0.65.0                                ...           5 years ago
  • 0.64.0                                ...           5 years ago
  • 0.63.0                                ...           6 years ago
  • 0.62.0                                ...           6 years ago
  • 0.61.0                                ...           6 years ago
  • 0.60.0                                ...           6 years ago
  • 0.0.0                                ...           6 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 45
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |