Rizin
unix-like reverse engineering framework and cli tools
rz_bin_wasm_global_t Struct Reference

#include <wasm.h>

Public Attributes

rz_bin_wasm_value_type_t content_type
 
ut8 mutability
 
struct rz_bin_wasm_init_expr_t init
 

Detailed Description

Definition at line 137 of file wasm.h.

Member Data Documentation

◆ content_type

rz_bin_wasm_value_type_t rz_bin_wasm_global_t::content_type

Definition at line 138 of file wasm.h.

Referenced by parse_global_entry().

◆ init

struct rz_bin_wasm_init_expr_t rz_bin_wasm_global_t::init

Definition at line 139 of file wasm.h.

◆ mutability

ut8 rz_bin_wasm_global_t::mutability

Definition at line 139 of file wasm.h.

Referenced by parse_global_entry().


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