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
- utils
Structs§
- Roundtrip
Reencoder - Reencodes
wasmparser
intowasm-encoder
so that the encoded wasm is identical to the input and can be parsed and encoded again.
Enums§
- Error
- An error when re-encoding from
wasmparser
towasm-encoder
.
Traits§
- Reencode
- Reencode
Component component-model