emscripten 3.1.4~dfsg-7ubuntu1 source package in Ubuntu

Changelog

emscripten (3.1.4~dfsg-7ubuntu1) 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.4~dfsg-7) unstable; urgency=medium

  * fix autopkgtest

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

  * update testsuite coverage
  * add patch 2014 to avoid root bypass of frozen cache

emscripten (3.1.4~dfsg-5) experimental; urgency=medium

  * update testsuite coverage

emscripten (3.1.4~dfsg-4) experimental; urgency=medium

  * fix install cache frozen
  * update patch 2013: fix syntax for resolving wasm2c
  * avoid installing cache sanity hint

emscripten (3.1.4~dfsg-3) experimental; urgency=medium

  * add more patches to avoid SjLj;
    add section about Wasm SjLj support to README.Debian

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

  * add patches to avoid SjLj using Wasm EH instructions
  * extend patch 1007
    to skip failing test other.test_closure_webgpu
  * unfuzz patches
  * install system-shared emscripten config file,
    to not have it generated (and fail) initial call
    to any emscripten tool
  * build and install cache of non-port libraries;
    drop section about code cache from README.Debian
  * update testsuite coverage

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

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * unfuzz patches
  * generate html and plaintext documentation from upstream markdown;
    build-depend on cmark-gfm
  * update source-only part of upstream source-map script

 -- Gianfranco Costamagna <email address hidden>  Thu, 17 Feb 2022 20:40:22 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emscripten_3.1.4~dfsg.orig-Xtypes.tar.xz 4.8 KiB 62d43b70d7a53fbab60b00bc6f82726bf4f867002bdff2022421d67070881f6f
emscripten_3.1.4~dfsg.orig.tar.xz 17.4 MiB 7e24d9fea72ae85cd470e03a5d1950f20b9fbe0daeeb597ee71c5d8fa8313e95
emscripten_3.1.4~dfsg-7ubuntu1.debian.tar.xz 90.3 KiB d5f488799fdff362ad467b9446087e8ae29505d1bf5f3fe379ebe7d7a39a7600
emscripten_3.1.4~dfsg-7ubuntu1.dsc 2.9 KiB 8c1820f37ce4390622a29085fdaa2eebc5412f809bff72dfc742f5721f19064b

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.