binaryen 112
Optimizer and compiler/toolchain 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.
- Outputs:
out
- Website: https://github.com/WebAssembly/binaryen
- Licenses: ASL 2.0
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install binaryen 112
as follows:
guix install binaryen@112
Or install the latest version:
guix install binaryen
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.