mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: wabt: Use Texinfo mark-up.
* gnu/packages/web.scm (wabt)[description]: Mark up more better.
This commit is contained in:
parent
2392e589c3
commit
3603f5536e
1 changed files with 15 additions and 10 deletions
|
@ -1095,16 +1095,21 @@ (define-public wabt
|
||||||
(description "WABT (pronounced: wabbit) is a suite of tools for
|
(description "WABT (pronounced: wabbit) is a suite of tools for
|
||||||
WebAssembly, including:
|
WebAssembly, including:
|
||||||
|
|
||||||
* wat2wasm: translate from WebAssembly text format to the WebAssembly binary
|
@enumerate
|
||||||
format
|
@item @command{wat2wasm} translates from WebAssembly text format to the
|
||||||
* wasm2wat: the inverse of wat2wasm, translate from the binary format back
|
WebAssembly binary format
|
||||||
to the text format (also known as a .wat)
|
@item @command{wasm2wat} is the inverse; it translates from the binary format
|
||||||
* wasm-objdump: print information about a wasm binary. Similar to objdump.
|
back to the text format (also known as a .wat)
|
||||||
* wasm-interp: decode and run a WebAssembly binary file using a stack-based
|
@item @command{wasm-objdump} prints information about a wasm binary, similarly
|
||||||
interpreter
|
to @command{objdump}.
|
||||||
* wat-desugar: parse .wat text form as supported by the spec interpreter
|
@item @command{wasm-interp} decodes ands run a WebAssembly binary file using a
|
||||||
(s-expressions, flat syntax, or mixed) and print canonical flat format
|
stack-based interpreter
|
||||||
* wasm2c: convert a WebAssembly binary file to a C source and header
|
@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
|
These tools are intended for use in (or for development of) toolchains or
|
||||||
other systems that want to manipulate WebAssembly files.")
|
other systems that want to manipulate WebAssembly files.")
|
||||||
|
|
Loading…
Reference in a new issue