Module gear_core::code

source ·
Expand description

Module for checked code.

Structs§

  • A binary reader for WebAssembly modules.
  • Contains instrumented binary code of a program and initial memory size from memory import.
  • The newtype contains the Code instance and the corresponding id (hash).
  • Instantiated section sizes for charging during module instantiation. By “instantiated sections sizes” we mean the size of the section representation in the executor during module instantiation.
  • The newtype contains the instrumented code and the corresponding id (hash).
  • The newtype contains the instrumented code and the corresponding id (hash).
  • Configuration for Code::try_new_mock_. By default all checks enabled.

Enums§

Constants§