emscripten 3.1.6~dfsg-9 source package in Ubuntu

Changelog

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

  * QA upload.
  * Add upstream patch for Node 18

 -- Jochen Sprickerhof <email address hidden>  Wed, 05 Jun 2024 15:58:13 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emscripten_3.1.6~dfsg-9.dsc 2.7 KiB 6a07c57e17a60aa02cf192dfc6f975165e520e8251da8e2b1c76f28632cf65bf
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-9.debian.tar.xz 85.0 KiB ebe97eee7245be0f9a318b0cf0555c3bfd5626ad3908273a03b8332fab7d10ba

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.