emscripten 1.22.1-1build1 source package in Ubuntu
Changelog
emscripten (1.22.1-1build1) wily; urgency=medium * No-change rebuild using GCC 5. -- Matthias Klose <email address hidden> Fri, 28 Aug 2015 10:53:58 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Wily
- Original maintainer:
- LLVM Packaging Team
- Architectures:
- i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc | |
Xenial | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
emscripten_1.22.1.orig.tar.bz2 | 26.8 MiB | 006089729340c0203193b2fabbc8945932c018d4d909907d1bdcf78772558350 |
emscripten_1.22.1-1build1.debian.tar.xz | 62.6 KiB | 99cd0b5e4861087eb60cd2015f69f9630edc878103f7284be79fbfeac9229161 |
emscripten_1.22.1-1build1.dsc | 2.1 KiB | 547c47b6d2bd602f04ee07a1d1504e95b9b2c1269c3c8e0fe86fa58547c131b4 |
Available diffs
- diff from 1.22.1-1 (in Debian) to 1.22.1-1build1 (322 bytes)
Binary packages built by this source
- emscripten: No summary available for emscripten in ubuntu eoan.
No description available for emscripten in ubuntu eoan.
- emscripten-doc: LLVM-to-JavaScript Compiler
Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode, also
called LLVM IR (which can be generated from C/C++ using Clang, or any other
language that can be converted into LLVM bitcode) and compiles that into
JavaScript, which can be run on the web (or anywhere else JavaScript can run).
.
Using Emscripten, you can
* Compile C and C++ code into JavaScript and run that on the web
* Run code in languages like Python as well, by compiling CPython from C
to JavaScript and interpreting code in that on the web
.
This package contains the documentation.