emscripten-core/emsdk

Emscripten SDK

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 19th, 2026
Created on September 5th, 2013
Open Issues & Pull Requests: 74 (+0)
GitHub issues: Enabled
Number of forks: 822
Total Stargazers: 3,658 (+0)
Total Subscribers: 72 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.7 hours
Mean response time: 451.2 days
90th percentile: 2299.7 days
Tracked items: 311

Most active contributors

Sign in to see contributor activity.

How this project is maintained

66% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 35
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 768 days
Stale 30+ days: 35
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (8)
  • bazel (5)
  • good first bug (5)
  • enhancement (2)
  • windows (1)

Most active issues this week

Detailed Description

Emsdk is a package manager and toolchain installer that bundles Emscripten, Clang, Python, Node.js, and related tools into a single distributable SDK.

The tool solves the problem of managing multiple compiler versions and dependencies needed to compile C and C++ code to WebAssembly. Rather than requiring developers to build Emscripten from source or manually assemble its dependencies, emsdk provides pre-built binaries for major platforms and an update mechanism to migrate between Emscripten versions. The SDK works by treating individual tools as versioned units that can be installed, activated, and switched between through a command-line manager script. A configuration file stored in the emsdk directory tracks which tools are currently active, allowing developers to maintain multiple tool versions side by side.

Developers should choose emsdk if they need a straightforward way to get started with WebAssembly development without building the toolchain from scratch. It suits projects where developers want minimal setup friction and the ability to upgrade Emscripten versions without manual dependency management. The pre-compiled binaries require only Python 3.10 or above on Linux, Java optionally for closure compiler on any platform, and macOS 11.0 or newer on Mac. The binaries are built against specific sysroots and depend on compatible system libraries, so developers on very old Linux distributions may need to build from source instead.

The project maintains active development with regular updates to support new Emscripten releases. The tool receives ongoing refinement to its installation and version-switching mechanisms, and documentation is kept current with platform-specific guidance for setup and troubleshooting.