)]}'
{
  "commit": "0887c5fe85dc54167ed522bb16ea4cb830ef5457",
  "tree": "ba5b316a7901777d37fc08841a74b7dd6d8fa55d",
  "parents": [
    "88aa87bfc55e3dc2797d55793c293ce94d43e355"
  ],
  "author": {
    "name": "Steven Fontanella",
    "email": "stevenfont@google.com",
    "time": "Thu Feb 26 22:52:14 2026"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Feb 26 22:52:14 2026"
  },
  "message": "Fix validation errors for struct.wait (#8394)\n\nPrior to #8378, any `assert_invalid` assertions that required a feature\nto be enabled spuriously succeeded even if the test would otherwise\nwrongly pass validation. The checks that were in wasm-validator.cpp\ndidn\u0027t run if the ref was null or unreachable, which is wrong because\nthe type + field index immediates could still be wrong.\n\nMove these assertions to IRBuilder where we have the type immediate\navailable.\n\nVerified by removing the assert_invalid parts and checking that the\nerror message matches what\u0027s in the test.\n\nPart of #8315.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7cc87a0649aff69e1e107eb578b0a1a82f2f03c3",
      "old_mode": 33188,
      "old_path": "src/wasm/wasm-ir-builder.cpp",
      "new_id": "1e7463e9291df030fa0d583dd60054763fb665bf",
      "new_mode": 33188,
      "new_path": "src/wasm/wasm-ir-builder.cpp"
    },
    {
      "type": "modify",
      "old_id": "f79c96aeadd7836d0381b4ab4260ddcf7a3c0faf",
      "old_mode": 33188,
      "old_path": "src/wasm/wasm-validator.cpp",
      "new_id": "ae862a32ff8494fd107919ae77fa04acd556f424",
      "new_mode": 33188,
      "new_path": "src/wasm/wasm-validator.cpp"
    },
    {
      "type": "modify",
      "old_id": "7383d4eb7c34889213fad536ce599921702b5b95",
      "old_mode": 33188,
      "old_path": "test/spec/waitqueue.wast",
      "new_id": "8e837088bd573e13d4ba141fb213ae2f82edded3",
      "new_mode": 33188,
      "new_path": "test/spec/waitqueue.wast"
    }
  ]
}
