Skip to content

Commit

Permalink
[threads] Fix encoding of shared types (WebAssembly#6746)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively authored Jul 16, 2024
1 parent 5bdc0f4 commit 0964a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm-binary.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ enum EncodedType {
Array = -0x22, // 0x5e
Sub = -0x30, // 0x50
SubFinal = -0x31, // 0x4f
Shared = -0x24, // 0x65
Shared = -0x1b, // 0x65
// isorecursive recursion groups
Rec = -0x32, // 0x4e
// block_type
Expand Down

0 comments on commit 0964a6a

Please sign in to comment.