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

#include <wasm.h>

Public Attributes

union {
   WasmOpCodes   core
 
   WasmOpAtomicCodes   atomic
 
   WasmOpSimdCodes   simd
 
op
 
WasmTypeOp type
 
int len
 
char * txt
 

Detailed Description

Definition at line 486 of file wasm.h.

Member Data Documentation

◆ atomic

WasmOpAtomicCodes WasmOp::atomic

Definition at line 489 of file wasm.h.

Referenced by wasm_op().

◆ core

WasmOpCodes WasmOp::core

Definition at line 488 of file wasm.h.

Referenced by wasm_op().

◆ len

int WasmOp::len

Definition at line 493 of file wasm.h.

◆ 

union { ... } WasmOp::op

Referenced by wasm_op().

◆ simd

WasmOpSimdCodes WasmOp::simd

Definition at line 490 of file wasm.h.

◆ txt

char* WasmOp::txt

Definition at line 494 of file wasm.h.

Referenced by disassemble(), and wasm_op().

◆ type


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