emscripten 3.1.1~dfsg+~1.39.6-5ubuntu4 source package in Ubuntu

Changelog

emscripten (3.1.1~dfsg+~1.39.6-5ubuntu4) jammy; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Fix testsuite by ignoring LDFLAGS passed by Ubuntu build system
    - Really skip slow tests (Closes: #1004450)
    - Ignore cmake tests in other tests
    - Ignore test_gitlib (trying to reach internet Closes: #1004478)

 -- Gianfranco Costamagna <email address hidden>  Thu, 27 Jan 2022 20:51:17 +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.1~dfsg+~1.39.6.orig-Xtypes.tar.xz 4.8 KiB 62d43b70d7a53fbab60b00bc6f82726bf4f867002bdff2022421d67070881f6f
emscripten_3.1.1~dfsg+~1.39.6.orig.tar.xz 17.4 MiB e7b9d811bfa1830495489e6de1cece483dbe5d59464daecd3f40dfce7a662872
emscripten_3.1.1~dfsg+~1.39.6-5ubuntu4.debian.tar.xz 82.4 KiB 83da7bee2e67a6a1316969604fda6da18c90e92ca5aab7712ea62d5fc03aad6e
emscripten_3.1.1~dfsg+~1.39.6-5ubuntu4.dsc 2.9 KiB 3a191e3f28213177764f102ce825dfa4ab3018af2bdafa5fbfa3fa4065086401

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.