pkgsrc/devel/wabt/PLIST
fcambus b1b4047822 devel/wabt: import wabt-1.0.20.
WABT (we pronounce it "wabbit") is a suite of tools for WebAssembly.

These tools are intended for use in (or for development of) toolchains
or other systems that want to manipulate WebAssembly files. Unlike
the WebAssembly spec interpreter (which is written to be as simple,
declarative and "speccy" as possible), they are written in C/C++
and designed for easier integration into other systems. Unlike
Binaryen these tools do not aim to provide an optimization platform
or a higher-level compiler target; instead they aim for full fidelity
and compliance with the spec (e.g. 1:1 round-trips with no changes
to instructions).
2021-02-16 16:54:26 +00:00

28 lines
593 B
Text

@comment $NetBSD: PLIST,v 1.1 2021/02/16 16:54:26 fcambus Exp $
bin/spectest-interp
bin/wasm-decompile
bin/wasm-interp
bin/wasm-objdump
bin/wasm-opcodecnt
bin/wasm-strip
bin/wasm-validate
bin/wasm2c
bin/wasm2wat
bin/wast2json
bin/wat-desugar
bin/wat2wasm
include/wasm-rt-impl.h
include/wasm-rt.h
lib/libwasm-rt-impl.a
man/man1/spectest-interp.1
man/man1/wasm-decompile.1
man/man1/wasm-interp.1
man/man1/wasm-objdump.1
man/man1/wasm-opcodecnt.1
man/man1/wasm-strip.1
man/man1/wasm-validate.1
man/man1/wasm2c.1
man/man1/wasm2wat.1
man/man1/wast2json.1
man/man1/wat-desugar.1
man/man1/wat2wasm.1