Skip to main content

Crate json_from_wast

Crate json_from_wast 

Source
Expand description

Crate to transform wast::Wast into a Wast which can be serialize out to disk.

Implementation of the wasm-tools json-from-wast subcommand.

Structs§

IntString
A small wrapper around T which implements serialization with T::to_string and T::parse.
Opts
WasmFile
Wast
Top level *.wast structure.

Enums§

Action
AnyRef
Command
ComponentConst
Const
ContRef
CoreConst
ExnRef
ExternRef
FloatConst
A small wrapper around a float which serializes/deserializes from a string.
FuncRef
V128
WasmFileType

Traits§

Float