Subject: CVS commit: pkgsrc/devel/py-wasm
From: Pierre Pronchery
Date: 2020-09-29 03:36:09
Message id: 20200929013609.BC40FFB28@cvs.NetBSD.org

Log Message:
py-wasm: import version 1.2

Python module capable of decoding and disassembling WebAssembly modules
and bytecode, according to the MVP specification of the WASM binary
format.

As there is no official text format defined yet, the text format
implemented doesn't correspond to any existing definition and is a
simple `mnemonic op1, op2, ...` format. Functions are formatted in a
way similar to how Google Chrome does in the debug console.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-wasm/ALTERNATIVES
1.1addpkgsrc/devel/py-wasm/DESCR
1.1addpkgsrc/devel/py-wasm/Makefile
1.1addpkgsrc/devel/py-wasm/PLIST
1.1addpkgsrc/devel/py-wasm/distinfo