wasm_encoder

Module reencode

Source
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_utilscomponent-model
utils

Structs§

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

Traits§

Reencode
ReencodeComponentcomponent-model