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 into wasm-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 to wasm-encoder.

Traits§