emscripten 3.1.6~dfsg-7 source package in Ubuntu

Changelog

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

  * QA upload.
  * Set upstream LLVM version.
  * Fix build with stricter flags.

 -- Bastian Germann <email address hidden>  Sat, 16 Mar 2024 13:33:41 +0000

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emscripten_3.1.6~dfsg-7.dsc 2.6 KiB 9456fd1db2ad2e8b57bc2752bd03e1d14e70b1682502bb77eca1e974653ff533
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-7.debian.tar.xz 84.3 KiB 765d78a2be372df814bb3a28df7f83751af4574006a5d646a1eace69c729de81

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.