Crate wasm_wave

Source
Expand description

Web Assembly Value Encoding

WAVE is a human-oriented text encoding of WebAssembly Component Model values.

For more information, see the README.

Modules§

ast
Abstract syntax tree types
lex
Lexing types
parser
Parsing types
untyped
Untyped value
value
Value enum for WAVE values.
wasm
Wasm type and value types
writer
WAVE writer

Functions§

from_str
Parses a WasmValue from the given WAVE-encoded string.
to_string
Returns the given WasmValue as a WAVE-encoded string.