Available on crate feature
wasmparser
only.Expand description
Conversions from wasmparser
to wasm-encoder
to Reencode
parsed wasm.
The RoundtripReencoder
allows encoding identical wasm to the parsed
input.
Modules§
- component_
utils component-model
Structs§
- Reencodes
wasmparser
intowasm-encoder
so that the encoded wasm is identical to the input and can be parsed and encoded again.
Enums§
- An error when re-encoding from
wasmparser
towasm-encoder
.
Traits§
- Reencode
Component component-model