authorgravatar for lockbox.06@protonmail.comlockbox <lockbox.06@protonmail.com> 2024-02-03 12:47:53-05:00
committergravatar for luuk@degram.devLuuk de Gram <luuk@degram.dev> 2024-02-04 00:25:05+01:00
loga65bc8d0712d14580a7d1b8bfdd2d7beb4b247d5
tree210e103b63ba5ed81d7d7d87d5428ff163ade93a
parent60308550978be821515323256af17e0b8a610b1c

fix typo in wasm atomic opcodes doc comment


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/wasm.zig+1-1
...@@ -518,7 +518,7 @@ pub fn simdOpcode(op: SimdOpcode) u32 {...@@ -518,7 +518,7 @@ pub fn simdOpcode(op: SimdOpcode) u32 {
518 return @intFromEnum(op);518 return @intFromEnum(op);
519}519}
520520
521/// Simd opcodes that require a prefix `0xFE`.521/// Atomic opcodes that require a prefix `0xFE`.
522/// Each opcode represents a varuint32, meaning522/// Each opcode represents a varuint32, meaning
523/// they are encoded as leb128 in binary.523/// they are encoded as leb128 in binary.
524pub const AtomicsOpcode = enum(u32) {524pub const AtomicsOpcode = enum(u32) {