Commits
Click on a commit to change the comparison rangerefactor(ast): put `assert_layouts.rs` behind `debug_assertions` (#4621)
#4615 was showing as green on all checks, but failed CI on main once merged because of errors in "Test wasm32-wasip1-threads" job, which only runs on main. This change will make sure any such problem gets caught at the PR stage in future.