Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::webassembly::eos_vm_runtime::apply_options Struct Reference

Public Attributes

std::uint32_t max_pages = wasm_constraints::maximum_linear_memory/wasm_constraints::wasm_page_size
 
std::uint32_t max_call_depth = wasm_constraints::maximum_call_depth+1
 

Static Public Attributes

static constexpr bool forbid_export_mutable_globals = false
 
static constexpr bool allow_code_after_function_end = false
 
static constexpr bool allow_u32_limits_flags = true
 
static constexpr bool allow_invalid_empty_local_set = true
 
static constexpr bool allow_zero_blocktype = true
 

Detailed Description

Definition at line 111 of file sys-vm.cpp.

Member Data Documentation

◆ allow_code_after_function_end

bool sysio::chain::webassembly::eos_vm_runtime::apply_options::allow_code_after_function_end = false
staticconstexpr

Definition at line 115 of file sys-vm.cpp.

◆ allow_invalid_empty_local_set

bool sysio::chain::webassembly::eos_vm_runtime::apply_options::allow_invalid_empty_local_set = true
staticconstexpr

Definition at line 117 of file sys-vm.cpp.

◆ allow_u32_limits_flags

bool sysio::chain::webassembly::eos_vm_runtime::apply_options::allow_u32_limits_flags = true
staticconstexpr

Definition at line 116 of file sys-vm.cpp.

◆ allow_zero_blocktype

bool sysio::chain::webassembly::eos_vm_runtime::apply_options::allow_zero_blocktype = true
staticconstexpr

Definition at line 118 of file sys-vm.cpp.

◆ forbid_export_mutable_globals

bool sysio::chain::webassembly::eos_vm_runtime::apply_options::forbid_export_mutable_globals = false
staticconstexpr

Definition at line 114 of file sys-vm.cpp.

◆ max_call_depth

std::uint32_t sysio::chain::webassembly::eos_vm_runtime::apply_options::max_call_depth = wasm_constraints::maximum_call_depth+1

Definition at line 113 of file sys-vm.cpp.

◆ max_pages

std::uint32_t sysio::chain::webassembly::eos_vm_runtime::apply_options::max_pages = wasm_constraints::maximum_linear_memory/wasm_constraints::wasm_page_size

Definition at line 112 of file sys-vm.cpp.


The documentation for this struct was generated from the following file: