wasm-opt

Optimize WebAssembly binary files. More information: <https://github.com/webassembly/binaryen>.

Debian Debian
RUN apt-get update && \ apt-get install -y binaryen
Ubuntu
RUN apt-get update && \ apt-get install -y binaryen
Alpine
RUN apk add binaryen
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y binaryen
click the source code to copy install wasm-opt on any operating system with command-not-found.com