|
209 | 209 | ["threads" , "i32.atomic.load16_u" , ["0xFE", "0x13"], [["memarg", "MemArg"]] , "load" ], |
210 | 210 | ["threads" , "i64.atomic.load8_u" , ["0xFE", "0x14"], [["memarg", "MemArg"]] , "load" ], |
211 | 211 | ["threads" , "i64.atomic.load16_u" , ["0xFE", "0x15"], [["memarg", "MemArg"]] , "load" ], |
212 | | - ["threads" , "i64.atomic.load32_u" , ["0xFE", "0x16"], [["memarg", "MemArg"]] , "load" ] |
| 212 | + ["threads" , "i64.atomic.load32_u" , ["0xFE", "0x16"], [["memarg", "MemArg"]] , "load" ], |
| 213 | + ["threads" , "i32.atomic.store" , ["0xFE", "0x17"], [["memarg", "MemArg"]] , "store" ], |
| 214 | + ["threads" , "i64.atomic.store" , ["0xFE", "0x18"], [["memarg", "MemArg"]] , "store" ], |
| 215 | + ["threads" , "i32.atomic.store8" , ["0xFE", "0x19"], [["memarg", "MemArg"]] , "store" ], |
| 216 | + ["threads" , "i32.atomic.store16" , ["0xFE", "0x1A"], [["memarg", "MemArg"]] , "store" ], |
| 217 | + ["threads" , "i64.atomic.store8" , ["0xFE", "0x1B"], [["memarg", "MemArg"]] , "store" ], |
| 218 | + ["threads" , "i64.atomic.store16" , ["0xFE", "0x1C"], [["memarg", "MemArg"]] , "store" ], |
| 219 | + ["threads" , "i64.atomic.store32" , ["0xFE", "0x1D"], [["memarg", "MemArg"]] , "store" ] |
213 | 220 | ] |
0 commit comments