macOS
brew install emscriptenprovider-native install command
brew / rank 1105
LLVM bytecode to JavaScript compiler. Version 6.0.5 via Homebrew; verified 2026-07-29.
install
brew install emscriptenprovider-native install command
overview
LLVM bytecode to JavaScript compiler
history
Emscripten is the long-running LLVM-based toolchain that made C and C++ code practical to ship into JavaScript and then WebAssembly environments. Its README describes it as compiling C and C++ to WebAssembly using LLVM and Binaryen, with output that runs on the web, in Node.js, and in standalone wasm runtimes.
For package users, Emscripten is not just one compiler binary: it is a full porting toolchain with `emcc`, `em++`, build-system wrappers, archive tools, runtime helpers, ports, and a cache. Installing it from a package manager gives developers a local system toolchain, while the project itself still recommends the Emscripten SDK as the easiest way to get started.
The public GitHub repository dates to 2011, and the project grew around the idea that LLVM IR could be lowered into browser-executable output. As WebAssembly became the standard target, Emscripten's documented model shifted toward producing a wasm module plus JavaScript loader code, while still retaining browser, Node.js, and runtime integration layers.
The Emscripten README ties the project closely to LLVM, Binaryen, Clang, OpenGL, SDL2, and the broader portable-native-code ecosystem. Its license notes also reflect the project's LLVM relationship, including the later switch to the LLVM wasm backend.
Emscripten became important because it turned existing native codebases into web-deployable artifacts rather than forcing rewrites. The project documentation points to large graphical and application ports, including Unity WebGL and Google Earth, as examples of the kind of portable API support it targets.
Its command-line shape made it familiar to Unix package users: `emcc` is presented as something to run like `gcc` or `clang`, and companion tools such as `emcmake` and `emconfigure` let existing C/C++ build systems cross-compile with limited ceremony.
Typical use starts with compiling a C or C++ file through `emcc`, producing JavaScript plus a WebAssembly module, or generating an HTML harness for browser testing. Larger projects commonly enter through build wrappers such as `emcmake`, `emconfigure`, and `emmake`.
The toolchain matters beyond browsers because Emscripten documents output for Node.js, Deno, Bun, and wasm runtimes. That makes it a package-manager fixture for developers who need reproducible local builds of wasm artifacts from native code.
Emscripten is one of the canonical examples of a package that is both a compiler and a small ecosystem: it brings a sysroot, ports, compiler frontends, JS glue generation, cache behavior, and version-sensitive ABI expectations. Its changelog explicitly warns that ABI compatibility is not guaranteed across versions and that rebuilds may be needed after upgrades.
For maintainers, Emscripten is interesting because it sits at the crossing of LLVM release behavior, browser platform changes, WebAssembly proposals, and ordinary package-manager expectations. Keeping it packaged means tracking a fast-moving compiler stack while preserving the simple user promise of `emcc hello.c -o hello.js`.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.emscripten~/.emscripten$EM_CONFIGexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bootstrap.py | executable | indexed executable | Discovered from the local executable index. |
em++ | executable | indexed executable | Discovered from the local executable index. |
em-config | executable | indexed executable | Discovered from the local executable index. |
emar | executable | indexed executable | Discovered from the local executable index. |
embuilder | executable | indexed executable | Discovered from the local executable index. |
emcc | executable | indexed executable | Discovered from the local executable index. |
emcmake | executable | indexed executable | Discovered from the local executable index. |
emconfigure | executable | indexed executable | Discovered from the local executable index. |
emdwp | executable | indexed executable | Discovered from the local executable index. |
emmake | executable | indexed executable | Discovered from the local executable index. |
emnm | executable | indexed executable | Discovered from the local executable index. |
empath-split | executable | indexed executable | Discovered from the local executable index. |
emprofile | executable | indexed executable | Discovered from the local executable index. |
emranlib | executable | indexed executable | Discovered from the local executable index. |
emrun | executable | indexed executable | Discovered from the local executable index. |
emscan-deps | executable | indexed executable | Discovered from the local executable index. |
emscons | executable | indexed executable | Discovered from the local executable index. |
emsize | executable | indexed executable | Discovered from the local executable index. |
emstrip | executable | indexed executable | Discovered from the local executable index. |
emsymbolizer | executable | indexed executable | Discovered from the local executable index. |
wasm32-clang | executable | indexed executable | Discovered from the local executable index. |
wasm32-clang++ | executable | indexed executable | Discovered from the local executable index. |
wasm32-wasi-clang | executable | indexed executable | Discovered from the local executable index. |
wasm32-wasi-clang++ | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:emscripten |
|---|---|
| Version | 6.0.5 |
| Package manager | Homebrew |
| Homepage | https://emscripten.org/ |
| Repository | https://github.com/emscripten-core/emscripten |
| Last updated | 2026-07-29T23:49:52Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.