emscripten 3.1.5~dfsg-3ubuntu1 source package in Ubuntu

Changelog

emscripten (3.1.5~dfsg-3ubuntu1) jammy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Fix testsuite by ignoring LDFLAGS passed by Ubuntu build system
    - Ignore cmake tests in other tests

emscripten (3.1.5~dfsg-3) unstable; urgency=medium

  * extend patch 1007
    to skip failing test other.test_closure_type_annotations;
    unfuzz patches
  * update testsuite coverage

emscripten (3.1.5~dfsg-2) experimental; urgency=medium

  * fix add another patch to avoid SjLj;
    unfuzz patches

emscripten (3.1.5~dfsg-1) experimental; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * update source-only part of upstream source-map script
  * add another patch to avoid SjLj
  * unfuzz patches

 -- Gianfranco Costamagna <email address hidden>  Tue, 22 Feb 2022 21:59:26 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emscripten_3.1.5~dfsg.orig-Xtypes.tar.xz 4.8 KiB 62d43b70d7a53fbab60b00bc6f82726bf4f867002bdff2022421d67070881f6f
emscripten_3.1.5~dfsg.orig.tar.xz 17.4 MiB 3e8098b4c4918737a81775d95e8721eb059873f42d56664aa6a405dee3a54575
emscripten_3.1.5~dfsg-3ubuntu1.debian.tar.xz 91.4 KiB 454746dd9c535cab1410f89a1d13aa03afb208595f5a6ec11cf3890682c4c555
emscripten_3.1.5~dfsg-3ubuntu1.dsc 2.9 KiB f77678a4cf0bb7e1448a3a980e4529caa9c184e5536e905b87e2f4d27eb95f72

View changes file

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.