Advanced¶
This page covers Earthly targets, test preparation steps, and runtime knobs.
Earthly targets¶
Engine and CI parity:
WIT docs and bindings:
Docs and spelling checks:
Integration tests and benches¶
Build a WASM component before benches:
Build integration test components before tests:
Runtime flags and environment¶
CLI flags:
hermes run --untrustedskips signature verification (dev only).--no-parallel-event-executionforces serial event handling.--serialize-sqliteserializes SQLite access.--timeout-mssets a process timeout.
Environment variables:
HERMES_LOG_LEVELcontrols log verbosity.HERMES_HTTP_PORTandHERMES_ACTIVATE_AUTHconfigure the HTTP gateway.REDIRECT_ALLOWED_HOSTSandREDIRECT_ALLOWED_PATH_PREFIXEScontrol redirect allowlists.IPFS_BOOTSTRAP_PEERS,IPFS_LISTEN_PORT,IPFS_ANNOUNCE_ADDRESS,IPFS_RETRY_INTERVAL_SECS,IPFS_MAX_RETRIEStune IPFS behavior.