emscripten 3.1.6~dfsg-6 source package in Ubuntu

Changelog

emscripten (3.1.6~dfsg-6) unstable; urgency=medium

  * QA upload.
  * Add patch to fix build with new sphinx (Closes: #1042627)

 -- Jochen Sprickerhof <email address hidden>  Tue, 31 Oct 2023 18:47:21 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emscripten_3.1.6~dfsg-6.dsc 2.7 KiB fd67812e287a7f015a621c0717e08b2e55348400aa2ad88da9b7d20e4fff8c92
emscripten_3.1.6~dfsg.orig-Xtypes.tar.xz 4.8 KiB 62d43b70d7a53fbab60b00bc6f82726bf4f867002bdff2022421d67070881f6f
emscripten_3.1.6~dfsg.orig.tar.xz 17.4 MiB 0a91953cc63b118b9553649de48a2d0731e668690b1f5f0189468fe892fa2c1a
emscripten_3.1.6~dfsg-6.debian.tar.xz 83.7 KiB 1979f2da8ae5389d166eca0b4d246767bdf937bdb03d74c2859efa06882f03fd

Available diffs

No changes file available.

Binary packages built by this source

emscripten: 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
 .
 Some uses of emscripten require additional packages:
  * setting WASM2C requires wabt (at least release 1.0.24-2).
  * emcmake requires cmake.
  * emconfigure may require automake.
  * emmake requires make.
  * emrun option --android requires adb.
  * emscons requires scons.
  * WebIDL Binder requires python3-ply.

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.