WebAssembly memory
WebAssembly bitwise instructions.
  Note: These bitwise instructions are only available for the integer types and not for the floating point types.
 
  Grow 
  - 
    
Increase the size of the memory instance.
   
  Size 
  - 
    
Get the size of the memory instance.
   
  Load 
  - 
    
Load a number from memory.
   
  Store 
  - 
    
Store a number in memory.