Module wasmer_compiler::translator::sections

source ·
Expand description

Helper functions to gather information for each of the non-function sections of a WebAssembly module.

The code of these helper functions is straightforward since they only read metadata about linear memories, tables, globals, etc. and store them for later use.

The special case of the initialize expressions for table elements offsets or global variables is handled, according to the semantics of WebAssembly, to only specific expressions that are interpreted on the fly.

Functions§