[ 源代码: binaryen ]
软件包:binaryen(108-1 以及其他的)
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).
其他与 binaryen 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.16) [m68k]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.32) [除 alpha, arm64, ia64, m68k, riscv64, sh4]
- dep: libc6 (>= 2.33) [sh4]
- dep: libc6 (>= 2.34) [riscv64]
- dep: libc6 (>= 2.38) [arm64]
-
- dep: libc6.1 (>= 2.32) [alpha]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6.1-udeb
- dep: libc6.1 (>= 2.33) [ia64]
-
- dep: libgcc-s1 (>= 3.0) [arm64, ppc64el, s390x]
- GCC 支持库
- dep: libgcc-s1 (>= 3.4) [alpha, amd64, mips64el, ppc64, x32]
- dep: libgcc-s1 (>= 3.5) [armel, armhf]
- dep: libgcc-s1 (>= 4.2) [i386, ia64, sh4]
- dep: libgcc-s1 (>= 4.3) [riscv64, sparc64]
-
- dep: libgcc-s4 (>= 4.1.1) [hppa]
- GCC 支持库
-
- dep: libgcc2 (>= 4.2.1) [m68k]
- 软件包暂时不可用
-
- dep: libstdc++6 (>= 12) [除 arm64, armel, m68k, riscv64]
- GNU 标准 C++ 库,第3版
- dep: libstdc++6 (>= 12.1.0-2) [armel]
- dep: libstdc++6 (>= 13.1) [riscv64]
- dep: libstdc++6 (>= 14) [arm64]
- dep: libstdc++6 (>= 9) [m68k]
-
- dep: libunwind8 [ia64]
- library to determine the call-chain of a program - runtime
下载 binaryen
硬件架构 | 版本 | 软件包大小 | 安装后大小 | 文件 |
---|---|---|---|---|
alpha (非官方移植版) | 108-1 | 3,069.2 kB | 18,488.0 kB | [文件列表] |
amd64 | 108-1 | 3,076.4 kB | 15,642.0 kB | [文件列表] |
arm64 | 108-1+b1 | 2,891.8 kB | 17,028.0 kB | [文件列表] |
armel | 108-1 | 2,625.7 kB | 13,398.0 kB | [文件列表] |
armhf | 108-1 | 2,764.5 kB | 10,462.0 kB | [文件列表] |
hppa (非官方移植版) | 108-1 | 3,246.5 kB | 18,839.0 kB | [文件列表] |
i386 | 108-1 | 3,225.5 kB | 15,336.0 kB | [文件列表] |
ia64 (非官方移植版) | 108-1 | 3,584.8 kB | 29,380.0 kB | [文件列表] |
m68k (非官方移植版) | 89-1 | 7,671.4 kB | 60,594.0 kB | [文件列表] |
mips64el | 108-1 | 2,772.8 kB | 20,623.0 kB | [文件列表] |
ppc64 (非官方移植版) | 108-1 | 3,187.6 kB | 22,779.0 kB | [文件列表] |
ppc64el | 108-1 | 3,201.3 kB | 20,228.0 kB | [文件列表] |
riscv64 | 108-1+b2 | 3,413.4 kB | 15,805.0 kB | [文件列表] |
s390x | 108-1 | 2,868.3 kB | 17,162.0 kB | [文件列表] |
sh4 (非官方移植版) | 108-1 | 3,704.4 kB | 15,897.0 kB | [文件列表] |
sparc64 (非官方移植版) | 108-1 | 2,597.0 kB | 15,495.0 kB | [文件列表] |
x32 (非官方移植版) | 108-1 | 3,103.3 kB | 14,594.0 kB | [文件列表] |