Module wasmer_runtime_core_fl::units[][src]

Expand description

This module provides common WebAssembly units like Pages and conversion functions into other units.

Structs

Units of WebAssembly memory in terms of 8-bit bytes.

Units of WebAssembly pages (as specified to be 65,536 bytes).

Constants

The max number of wasm pages allowed.

The minimum number of wasm pages allowed.

The page size in bytes of a wasm page.