Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Emscripten: An LLVM-to-WebAssembly Compiler

License

NotificationsYou must be signed in to change notification settings

emscripten-core/emscripten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emscripten logo

Main project page:https://emscripten.org

GitHub CI status:CircleCI

Chromium builder status:emscripten-releases

Overview

Emscripten compiles C and C++ toWebAssembly usingLLVM andBinaryen. Emscripten output can runon the Web, in Node.js, and inwasm runtimes.

Emscripten provides Web support for popular portable APIs such as OpenGL andSDL2, allowing complex graphical native applications to be ported, such astheUnity game engineandGoogle Earth.It can probably port your codebase, too!

While Emscripten mostly focuses on compiling C and C++ usingClang, it can be integrated with other LLVM-usingcompilers (for example, Rust has Emscripten integration, with thewasm32-unknown-emscripten andasmjs-unknown-emscripten targets).

License

Emscripten is available under 2 licenses, the MIT license and theUniversity of Illinois/NCSA Open Source License.

Both are permissive open source licenses, with little if anypractical difference between them.

The reason for offering both is that (1) the MIT license iswell-known and suitable for a compiler toolchain, while(2) LLVM's original license, the University of Illinois/NCSA Open SourceLicense, was also offered to allow Emscripten's code to be integratedupstream into LLVM. The second reason became less important afterEmscripten switched to the LLVM wasm backend, at which point thereisn't any code we expect to move back and forth between the projects;also, LLVM relicensed to Apache 2.0 + exceptions meanwhile. In practice youcan just consider Emscripten as MIT licensed (which allowsyou to do pretty much anything you want with a compiler, includingcommercial and non-commercial use).

SeeLICENSE for the full content of the licenses.

About

Emscripten: An LLVM-to-WebAssembly Compiler

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp