Language

Package: wabt @ 1.0.12

Synopsis

WebAssembly Binary Toolkit

Description

WABT (pronounced: wabbit) is a suite of tools for WebAssembly, including:

  1. wat2wasm translates from WebAssembly text format to the WebAssembly binary format

  2. wasm2wat is the inverse; it translates from the binary format back to the text format (also known as a .wat)

  3. wasm-objdump prints information about a wasm binary, similarly to objdump.

  4. wasm-interp decodes ands run a WebAssembly binary file using a stack-based interpreter

  5. wat-desugar parses .wat text form as supported by the spec interpreter (s-expressions, flat syntax, or mixed) and prints the canonical flat format

  6. wasm2c converts a WebAssembly binary file to a C source and header file.

These tools are intended for use in (or for development of) toolchains or other systems that want to manipulate WebAssembly files.

Home page
https://github.com/WebAssembly/wabt
Location
gnu/packages/web.scm (line: 1458, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/0qm8n6gbzfi5zhkarb2qinjg71f0w3rs-wabt-1.0.12.drv
    x86_64-linuxx86_64-w64-mingw32/gnu/store/airc59nzgl4j0yckwfazgalsk5akigmy-wabt-1.0.12.drv
    x86_64-linuxriscv64-linux-gnu/gnu/store/zm1iqjaqa7dgk5if4w3j9hl57skm4dgh-wabt-1.0.12.drv
    x86_64-linuxpowerpc-linux-gnu/gnu/store/kk6qm2pqjymyl97m3x7yggxcar17vfr1-wabt-1.0.12.drv
    x86_64-linuxpowerpc64le-linux-gnu/gnu/store/z4qwvb7k3fqia1w5p80gv3xxywx90ccn-wabt-1.0.12.drv
    x86_64-linuxmips64el-linux-gnu/gnu/store/gfq93yz6mlpfsvmjhwgvwqk4mcskxlcc-wabt-1.0.12.drv
    x86_64-linuxi686-w64-mingw32/gnu/store/9f5cn2zzal532zaca6i9jvmz2jil45fh-wabt-1.0.12.drv
    x86_64-linuxi586-pc-gnu/gnu/store/rfpq0i7llz7naczv3fjl388ghksn12lk-wabt-1.0.12.drv
    x86_64-linuxarm-linux-gnueabihf/gnu/store/6z46bpd4i0881ak6wqq9sbgd8wclipzy-wabt-1.0.12.drv
    x86_64-linuxaarch64-linux-gnu/gnu/store/5prwnm3h4mdaabhsfsv0afsrlmwn71jf-wabt-1.0.12.drv
    riscv64-linux/gnu/store/54vcb5a6fhs85hs6hnvrajm1y6wkpglx-wabt-1.0.12.drv
      powerpc-linux/gnu/store/xdj27w2j5lasj0nrgxjr7nnfbln8i42n-wabt-1.0.12.drv
        powerpc64le-linux/gnu/store/magykpnwabl0vy6l7dplv9h76rj5cj4n-wabt-1.0.12.drv
        mips64el-linux/gnu/store/0dmcs7albbf3nsql66skvg9nq8s7rn57-wabt-1.0.12.drv
          i686-linux/gnu/store/cjsyb676l3flww8jc9fd78cmza9bbq6f-wabt-1.0.12.drv
          i586-gnu/gnu/store/6z5dzrp3faggr5ncpdjdpi3ba0di1s6g-wabt-1.0.12.drv
          armhf-linux/gnu/store/gxplnjkpk5av16d49wpz5ib8jldqs37m-wabt-1.0.12.drv
          aarch64-linux/gnu/store/4sr9yky9hi8937askcnx7wpq3z458n95-wabt-1.0.12.drv

          Lint warnings

          LinterMessageLocation
          input-labels

          Identify input labels that do not match package names

          label 'python' does not match package name 'python2'