We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
i32.atomic.rmw.add
1 parent 9d36c21 commit 57061a3Copy full SHA for 57061a3
Utilities/Instructions.json
@@ -217,5 +217,5 @@
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" ],
220
- ["threads" , "i32.atomic.rmw.add" , ["0xFE", "0x1E"], [["memarg", "MemArg"]] , "binary" ]
+ ["threads" , "i32.atomic.rmw.add" , ["0xFE", "0x1E"], [] , "binary" ]
221
]
0 commit comments