Skip to content

Commit 0964a6a

Browse files
authored
[threads] Fix encoding of shared types (#6746)
1 parent 5bdc0f4 commit 0964a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm-binary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ enum EncodedType {
382382
Array = -0x22, // 0x5e
383383
Sub = -0x30, // 0x50
384384
SubFinal = -0x31, // 0x4f
385-
Shared = -0x24, // 0x65
385+
Shared = -0x1b, // 0x65
386386
// isorecursive recursion groups
387387
Rec = -0x32, // 0x4e
388388
// block_type

0 commit comments

Comments
 (0)