emscripten 2.0.13~dfsg-1 source package in Ubuntu

Changelog

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

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * copyright:
    + update list of repackaging-excluded files
    + update coverage
  * update source-only part of upstream source-map script
  * unfuzz patches
  * use debhelper compatibility level 13 (not 12)
  * update documentation source path
  * fix really tighten build-dependency on binaryen
    (not only runtime dependency),
    as intended since 2.0.10~dfsg-1

 -- Jonas Smedegaard <email address hidden>  Sun, 18 Jul 2021 21:12:38 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Experimental
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emscripten_2.0.13~dfsg-1.dsc 2.5 KiB c773ea58b9ac1dc8a19966d4395155a6f6fc99c3d245f6be9dfc6b563750b66c
emscripten_2.0.13~dfsg.orig.tar.xz 17.0 MiB b318f155d4746f3694be5c67255ab6e3503822a0a92281ff7c8f039ec045db44
emscripten_2.0.13~dfsg-1.debian.tar.xz 74.0 KiB 1ffc141e2cbdf3835391ea49b26a61bfb8d76d0543f06a8c4b7c47d5d5d1a5bb

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.