Skip to content

Commit 6dbf380

Browse files
authored
Add missing atomic store instructions to instructions.json (#210)
These instructions were generated from a version of `instructions.json` that by mistake wasn't included in 8eed37f.
1 parent 5adf1c6 commit 6dbf380

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Utilities/Instructions.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,12 @@
209209
["threads" , "i32.atomic.load16_u" , ["0xFE", "0x13"], [["memarg", "MemArg"]] , "load" ],
210210
["threads" , "i64.atomic.load8_u" , ["0xFE", "0x14"], [["memarg", "MemArg"]] , "load" ],
211211
["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" ]
213220
]

0 commit comments

Comments
 (0)