How to Install and Uninstall binaryen Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "binaryen" package

Here is a brief guide to show you how to install binaryen on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install binaryen

2. Uninstall "binaryen" package

Learn how to uninstall binaryen on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove binaryen $ sudo apt autoclean && sudo apt autoremove

3. Information about the binaryen package on Ubuntu 21.10 (Impish Indri)

Package: binaryen
Architecture: amd64
Version: 99-3
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Markus Koschany
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 12810
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.4), libstdc++6 (>= 9)
Filename: pool/universe/b/binaryen/binaryen_99-3_amd64.deb
Size: 2546040
MD5sum: bcaabeb7591ab9451e47037a8ae5e31e
SHA1: 3c9051f311bbd1c0d561568bd5ea9f0c989ca3a5
SHA256: 37af2d7d82d5fa9f0249c1cf039a5eb9125b9f4d7ca4e48968bbe170d8e5423f
SHA512: 06426a44228d14d2a67080aaf2020b20d34033a5f3bf9fc5aa96db33870defd77de0a7deefb636615c3ba4998c00c2536e9d4c9fe0fcc0f3b155073333d0b9f9
Homepage: https://github.com/WebAssembly/binaryen
Description-en: compiler and toolchain infrastructure library for WebAssembly
Binaryen is a compiler and toolchain infrastructure library for WebAssembly,
written in C++. It aims to make compiling to WebAssembly easy, fast, and
effective:
.
* Easy: Binaryen has a simple C API in a single header, and can also be used
from JavaScript. It accepts input in WebAssembly-like form but also
accepts a general control flow graph for compilers that prefer that.
.
* Fast: Binaryen's internal IR uses compact data structures and is designed
for completely parallel codegen and optimization, using all available CPU
cores. Binaryen's IR also compiles down to WebAssembly extremely easily and
quickly because it is essentially a subset of WebAssembly.
.
* Effective: Binaryen's optimizer has many passes that can improve code very
significantly (e.g. local coloring to coalesce local variables; dead code
elimination; precomputing expressions when possible at compile time; etc.).
These optimizations aim to make Binaryen powerful enough to be used as a
compiler backend by itself. One specific area of focus is on
WebAssembly-specific optimizations (that general-purpose compilers might not
do), which you can think of as wasm minification , similar to minification
for JavaScript, CSS, etc., all of which are language-specific (an example of
such an optimization is block return value generation in SimplifyLocals).
Description-md5: 1b6fbe6d2a104a5a4e75c4d4b14d60e6