Module wasm_encoder::reencode
source · Expand description
Conversions from wasmparser
to wasm-encoder
to Reencode
parsed wasm.
The RoundtripReencoder
allows encoding identical wasm to the parsed
input.
Modules§
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
.