[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/27: gnu: wabt: Use Texinfo mark-up.
From: |
guix-commits |
Subject: |
21/27: gnu: wabt: Use Texinfo mark-up. |
Date: |
Sun, 16 Feb 2020 16:59:29 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 3603f5536ee0223f2e15ca6c518ab922030646dd
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Feb 16 22:32:37 2020 +0100
gnu: wabt: Use Texinfo mark-up.
* gnu/packages/web.scm (wabt)[description]: Mark up more better.
---
gnu/packages/web.scm | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2b9836e..dc67dbd 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1095,16 +1095,21 @@ for efficient socket-like bidirectional reliable
communication channels.")
(description "WABT (pronounced: wabbit) is a suite of tools for
WebAssembly, including:
-* wat2wasm: translate from WebAssembly text format to the WebAssembly binary
- format
-* wasm2wat: the inverse of wat2wasm, translate from the binary format back
- to the text format (also known as a .wat)
-* wasm-objdump: print information about a wasm binary. Similar to objdump.
-* wasm-interp: decode and run a WebAssembly binary file using a stack-based
- interpreter
-* wat-desugar: parse .wat text form as supported by the spec interpreter
- (s-expressions, flat syntax, or mixed) and print canonical flat format
-* wasm2c: convert a WebAssembly binary file to a C source and header
+@enumerate
+@item @command{wat2wasm} translates from WebAssembly text format to the
+WebAssembly binary format
+@item @command{wasm2wat} is the inverse; it translates from the binary format
+back to the text format (also known as a .wat)
+@item @command{wasm-objdump} prints information about a wasm binary, similarly
+to @command{objdump}.
+@item @command{wasm-interp} decodes ands run a WebAssembly binary file using a
+stack-based interpreter
+@item @command{wat-desugar} parses .wat text form as supported by the spec
+interpreter (s-expressions, flat syntax, or mixed) and prints the canonical
+flat format
+@item @command{wasm2c} converts a WebAssembly binary file to a C source and
+header file.
+@end enumerate
These tools are intended for use in (or for development of) toolchains or
other systems that want to manipulate WebAssembly files.")
- 13/27: gnu: sbsigntools: Update to 0.9.3., (continued)
- 13/27: gnu: sbsigntools: Update to 0.9.3., guix-commits, 2020/02/16
- 14/27: gnu: fasm: Update to 1.73.22., guix-commits, 2020/02/16
- 15/27: gnu: fio: Update to 3.18., guix-commits, 2020/02/16
- 20/27: gnu: libmicrohttpd: Update to 0.9.70., guix-commits, 2020/02/16
- 18/27: gnu: openscenegraph: Fix typo in description., guix-commits, 2020/02/16
- 12/27: gnu: libasr: Update to 1.0.4., guix-commits, 2020/02/16
- 10/27: gnu: lttoolbox: Update to 3.5.1., guix-commits, 2020/02/16
- 16/27: gnu: flashrom: Update to 1.2., guix-commits, 2020/02/16
- 17/27: gnu: openscenegraph: Update to 3.6.5., guix-commits, 2020/02/16
- 19/27: gnu: freeorion: Update to 0.4.9., guix-commits, 2020/02/16
- 21/27: gnu: wabt: Use Texinfo mark-up.,
guix-commits <=
- 22/27: gnu: r-rocr: Use HTTPS home page., guix-commits, 2020/02/16
- 27/27: gnu: python-reno: Update home page., guix-commits, 2020/02/16
- 25/27: gnu: python2-enum: Use HTTPS home page., guix-commits, 2020/02/16
- 26/27: gnu: autoconf: Use HTTPS home page., guix-commits, 2020/02/16
- 23/27: gnu: r-tcltk2: Use HTTPS home page., guix-commits, 2020/02/16
- 24/27: gnu: r-sdmtools: Use HTTPS home page., guix-commits, 2020/02/16