Method loadu_si32
loadu_si32(Void*)
Load unaligned 32-bit integer from memory into the first element of dst.
Declaration
public static v128 loadu_si32(void *mem_addr)
Parameters
| Type | Name | Description | 
|---|---|---|
| Void* | mem_addr | Memory address  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |