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: 1459, column: 2)
License

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/476y1w5qayr3ak5vp93pvh3lz992mamx-wabt-1.0.12.drv
    x86_64-linuxx86_64-w64-mingw32/gnu/store/6k8lp27i3aisivl1z34qv6axw927q9pv-wabt-1.0.12.drv
    x86_64-linuxriscv64-linux-gnu/gnu/store/br6kqjdzrvcx9z26xhcgvidij1qxrpc8-wabt-1.0.12.drv
    x86_64-linuxpowerpc-linux-gnu/gnu/store/mqrpm4z037hs3zx95jjnnh8k2n4magax-wabt-1.0.12.drv
    x86_64-linuxpowerpc64le-linux-gnu/gnu/store/8hsiskjwrd9fa460x8x17vwhbkb7icxj-wabt-1.0.12.drv
    x86_64-linuxmips64el-linux-gnu/gnu/store/ahg2v3jmkqyn3n60b5vwl50rqffpyrih-wabt-1.0.12.drv
    x86_64-linuxi686-w64-mingw32/gnu/store/y572gqv8dr98dbrmq2pilj743sn99jkx-wabt-1.0.12.drv
    x86_64-linuxi586-pc-gnu/gnu/store/rk8jl3ibn0wf6fpqypqbyck039d140xa-wabt-1.0.12.drv
    x86_64-linuxarm-linux-gnueabihf/gnu/store/jx20pxgh9m76vcjafjvva1xlbyf088rp-wabt-1.0.12.drv
    x86_64-linuxaarch64-linux-gnu/gnu/store/sjrn865i234d5h5cz30ky3bdknwsq4vl-wabt-1.0.12.drv
    riscv64-linux/gnu/store/65nk1x0m5ld7dv93bgcwax56wlps8axh-wabt-1.0.12.drv
      powerpc-linux/gnu/store/4yfisnp1jnc7y2wjqbmjzr6pl44vwyj9-wabt-1.0.12.drv
        powerpc64le-linux/gnu/store/i7qd5arx7y0ghlqx0i90hrhxfis2yknh-wabt-1.0.12.drv
        mips64el-linux/gnu/store/ip0x34s4l4s7fw616k8l45prxad5wisb-wabt-1.0.12.drv
          i686-linux/gnu/store/w5gwaafr2pvr37blkmwv4yr8bjhcibsy-wabt-1.0.12.drv
          i586-gnu/gnu/store/i8k51knkffih4n9xgnx926nvmw9sdprv-wabt-1.0.12.drv
          armhf-linux/gnu/store/d5xv55ayr7xal90q181ddn818iqiachs-wabt-1.0.12.drv
          aarch64-linux/gnu/store/dx0vy6nhzx0sjz2b9m3v94cbfwpfvb70-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'