logo
Expand description

Preprocessing of Wasm modules.

Enums

An error emitted by the Wasm preprocessor.

Constants

Maximum number of elements that can appear as immediate value to the br_table instruction.

Maximum number of global a module is allowed to declare.

Maximum number of parameters a function can have.

We only allow maximum of 4k function pointers in a table section.

Functions

Returns a parity Module from the given bytes without making modifications or checking limits.

Preprocesses Wasm bytes and returns a module.