Operand Type
Represents an operand used in an WASM instruction.
Union cases
| Union case | Description | 
            
                
              
              
                  Full Usage: 
                   
              Address uint32
                  Parameters: 
 uint32
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              Alignment uint32
                  Parameters: 
 uint32
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              ConsistencyModel uint8
                  Parameters: 
 uint8
                    
                     | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
             | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              I32 uint32
                  Parameters: 
 uint32
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              I64 uint64
                  Parameters: 
 uint64
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              Index uint32
                  Parameters: 
 uint32
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              LaneIndex uint8
                  Parameters: 
 uint8
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              RefType int
                  Parameters: 
 int
                    
                     | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              Type int
                  Parameters: 
 int
                    
                     | 
          
            
  | 
        
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsAddress
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsAlignment
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsConsistencyModel
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsF32
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsF64
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsI32
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsI64
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsIndex
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsLaneIndex
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsRefType
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsType
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsV128
                  Returns: bool
                  
                   | 
          
            
  | 
        
            B2R2