{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":101767772,"defaultBranch":"main","name":"wasmtime","ownerLogin":"bytecodealliance","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-08-29T14:01:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/54038801?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716678662.0","currentOid":""},"activityList":{"items":[{"before":"c2dbf8f808a23159b208ebf7f4041c9c86a99e70","after":"49e33caeca7f0d07bf9328b156af0d4bed58148f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-25T23:14:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ bytecodealliance/wasmtime@7f7064c7468c5e6f400f25558679ced5d405f7ba ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 7f7064c ๐Ÿš€"}},{"before":"7f7064c7468c5e6f400f25558679ced5d405f7ba","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-8691-f40aaa51a1df835498985acfc91ade33240d02b5","pushedAt":"2024-05-25T23:11:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"f40aaa51a1df835498985acfc91ade33240d02b5","after":"7f7064c7468c5e6f400f25558679ced5d405f7ba","ref":"refs/heads/main","pushedAt":"2024-05-25T23:11:01.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Fix runtime::vm::cow tests on hosts with a 16k page size (#8691)\n\nA bunch of the hardcoded sizes were only multiples of 4k, so they'd\ncrash on hosts with a different page size. Fix this by making them all\nbased on the runtime page size instead.","shortMessageHtmlLink":"Fix runtime::vm::cow tests on hosts with a 16k page size (#8691)"}},{"before":null,"after":"7f7064c7468c5e6f400f25558679ced5d405f7ba","ref":"refs/heads/gh-readonly-queue/main/pr-8691-f40aaa51a1df835498985acfc91ade33240d02b5","pushedAt":"2024-05-25T22:57:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Fix runtime::vm::cow tests on hosts with a 16k page size (#8691)\n\nA bunch of the hardcoded sizes were only multiples of 4k, so they'd\ncrash on hosts with a different page size. Fix this by making them all\nbased on the runtime page size instead.","shortMessageHtmlLink":"Fix runtime::vm::cow tests on hosts with a 16k page size (#8691)"}},{"before":"bfdb2ce18a7d69a9765f15c4bfaaaa056dd56271","after":"c2dbf8f808a23159b208ebf7f4041c9c86a99e70","ref":"refs/heads/gh-pages","pushedAt":"2024-05-24T19:04:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ bytecodealliance/wasmtime@f40aaa51a1df835498985acfc91ade33240d02b5 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ f40aaa5 ๐Ÿš€"}},{"before":"f40aaa51a1df835498985acfc91ade33240d02b5","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-8689-ffd6bb55ceddfd14f77df62a811a4cf672fa2e4a","pushedAt":"2024-05-24T19:01:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"ffd6bb55ceddfd14f77df62a811a4cf672fa2e4a","after":"f40aaa51a1df835498985acfc91ade33240d02b5","ref":"refs/heads/main","pushedAt":"2024-05-24T19:01:11.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"wasmtime: `VMRuntimeLimits` pointer is already SSA (#8689)\n\n* wasmtime: `VMRuntimeLimits` pointer is already SSA\n\nWe don't need to use cranelift-frontend to keep track of the location of\nthe `VMRuntimeLimits` pointer, because it is loaded once on entry to the\nfunction and never changed afterward.\n\nInstead, just track the correct SSA `Value`.\n\n* Review comments: debug-assert it's initialized exactly once","shortMessageHtmlLink":"wasmtime: VMRuntimeLimits pointer is already SSA (#8689)"}},{"before":null,"after":"f40aaa51a1df835498985acfc91ade33240d02b5","ref":"refs/heads/gh-readonly-queue/main/pr-8689-ffd6bb55ceddfd14f77df62a811a4cf672fa2e4a","pushedAt":"2024-05-24T18:46:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"wasmtime: `VMRuntimeLimits` pointer is already SSA (#8689)\n\n* wasmtime: `VMRuntimeLimits` pointer is already SSA\n\nWe don't need to use cranelift-frontend to keep track of the location of\nthe `VMRuntimeLimits` pointer, because it is loaded once on entry to the\nfunction and never changed afterward.\n\nInstead, just track the correct SSA `Value`.\n\n* Review comments: debug-assert it's initialized exactly once","shortMessageHtmlLink":"wasmtime: VMRuntimeLimits pointer is already SSA (#8689)"}},{"before":"85b7d3103185020cf0b5d09f463e8011e7ab0a42","after":"bfdb2ce18a7d69a9765f15c4bfaaaa056dd56271","ref":"refs/heads/gh-pages","pushedAt":"2024-05-23T20:25:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ bytecodealliance/wasmtime@ffd6bb55ceddfd14f77df62a811a4cf672fa2e4a ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ ffd6bb5 ๐Ÿš€"}},{"before":"ffd6bb55ceddfd14f77df62a811a4cf672fa2e4a","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-8597-14226457ae29f74fbe3c3137abd421275caf8c09","pushedAt":"2024-05-23T20:21:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"14226457ae29f74fbe3c3137abd421275caf8c09","after":"ffd6bb55ceddfd14f77df62a811a4cf672fa2e4a","ref":"refs/heads/main","pushedAt":"2024-05-23T20:21:54.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Remove support for Wasmtime 13-and-prior CLI (#8597)\n\nThis commit removes the support in the `wasmtime` CLI for old CLI\noptions which were present in Wasmtime 13 and prior. This compatibility\nwas added in #7385 and backported to the Wasmtime 14 release #7395.\nWasmtime 14.0.0, which did not have this compatibility shim, was\nreleased on 2023-10-20. Wasmtime 14.0.3, which restored compatibility\nwith this shim, was released on 2023-10-30. This means that Wasmtime\nsince 2023-10-30 has been warning users about differences in the old and\nnew CLI.\n\nThis commit will be released with Wasmtime 22 which will means that\nusers will have had an 8-month transition window for warnings to\nmigrate. The hope is that this is sufficient but it's also not too too\nburdensome to carry for longer if necessary.","shortMessageHtmlLink":"Remove support for Wasmtime 13-and-prior CLI (#8597)"}},{"before":null,"after":"ffd6bb55ceddfd14f77df62a811a4cf672fa2e4a","ref":"refs/heads/gh-readonly-queue/main/pr-8597-14226457ae29f74fbe3c3137abd421275caf8c09","pushedAt":"2024-05-23T20:06:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Remove support for Wasmtime 13-and-prior CLI (#8597)\n\nThis commit removes the support in the `wasmtime` CLI for old CLI\noptions which were present in Wasmtime 13 and prior. This compatibility\nwas added in #7385 and backported to the Wasmtime 14 release #7395.\nWasmtime 14.0.0, which did not have this compatibility shim, was\nreleased on 2023-10-20. Wasmtime 14.0.3, which restored compatibility\nwith this shim, was released on 2023-10-30. This means that Wasmtime\nsince 2023-10-30 has been warning users about differences in the old and\nnew CLI.\n\nThis commit will be released with Wasmtime 22 which will means that\nusers will have had an 8-month transition window for warnings to\nmigrate. The hope is that this is sufficient but it's also not too too\nburdensome to carry for longer if necessary.","shortMessageHtmlLink":"Remove support for Wasmtime 13-and-prior CLI (#8597)"}},{"before":"122a1e0d41301e418e564e25be34bbfbdfabcaa7","after":"85b7d3103185020cf0b5d09f463e8011e7ab0a42","ref":"refs/heads/gh-pages","pushedAt":"2024-05-23T16:54:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ bytecodealliance/wasmtime@14226457ae29f74fbe3c3137abd421275caf8c09 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 1422645 ๐Ÿš€"}},{"before":"14226457ae29f74fbe3c3137abd421275caf8c09","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-8680-f52cbbc9de82d7ede8b02aedf2874ffb60238349","pushedAt":"2024-05-23T16:50:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"f52cbbc9de82d7ede8b02aedf2874ffb60238349","after":"14226457ae29f74fbe3c3137abd421275caf8c09","ref":"refs/heads/main","pushedAt":"2024-05-23T16:50:19.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Refactor how release notes are managed (#8680)\n\n* Refactor how release notes are managed\n\nThis commit updates how Wasmtime manages release notes across released\nversions of Wasmtime. One of the most onerous parts about releases right\nnow is writing release notes in all the locations and making sure\nthey're all up-to-date and in-sync. This is inevitably forgotten in some\ncases and various pieces will slip through the cracks. The basic idea of\nthis PR is to change our release notes to only document the release\nbranch that they're on. All historical release notes are relegated to\nhistorical branches.\n\nWith this change there's no longer any need to backport or forward-port\nrelease notes for any changes. Instead release notes are written once\non one branch and that's it.\n\nThe major downside of this change is that there's no easy way to get a\nbird's eye view of all release notes for Wasmtime any more. If necessary\nthat could theoretically be automated in the future (like\nhttps://releases.rs/), but for now this feels like an acceptable\ncompromise to make releases much easier.\n\nThe contents of this PR are to update `RELEASES.md` with back-links to\nhistorical release notes as well as the various pieces of automation we\nhave about managing release notes.\n\n* Add more notes about the release process\n\n* Fix a typo\n\n* Make it more obvious that patch releases are documented","shortMessageHtmlLink":"Refactor how release notes are managed (#8680)"}},{"before":null,"after":"14226457ae29f74fbe3c3137abd421275caf8c09","ref":"refs/heads/gh-readonly-queue/main/pr-8680-f52cbbc9de82d7ede8b02aedf2874ffb60238349","pushedAt":"2024-05-23T16:35:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Refactor how release notes are managed (#8680)\n\n* Refactor how release notes are managed\n\nThis commit updates how Wasmtime manages release notes across released\nversions of Wasmtime. One of the most onerous parts about releases right\nnow is writing release notes in all the locations and making sure\nthey're all up-to-date and in-sync. This is inevitably forgotten in some\ncases and various pieces will slip through the cracks. The basic idea of\nthis PR is to change our release notes to only document the release\nbranch that they're on. All historical release notes are relegated to\nhistorical branches.\n\nWith this change there's no longer any need to backport or forward-port\nrelease notes for any changes. Instead release notes are written once\non one branch and that's it.\n\nThe major downside of this change is that there's no easy way to get a\nbird's eye view of all release notes for Wasmtime any more. If necessary\nthat could theoretically be automated in the future (like\nhttps://releases.rs/), but for now this feels like an acceptable\ncompromise to make releases much easier.\n\nThe contents of this PR are to update `RELEASES.md` with back-links to\nhistorical release notes as well as the various pieces of automation we\nhave about managing release notes.\n\n* Add more notes about the release process\n\n* Fix a typo\n\n* Make it more obvious that patch releases are documented","shortMessageHtmlLink":"Refactor how release notes are managed (#8680)"}},{"before":"40c518bbc649419d8e026987f72f34ffa6aa60b4","after":"122a1e0d41301e418e564e25be34bbfbdfabcaa7","ref":"refs/heads/gh-pages","pushedAt":"2024-05-23T15:00:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ bytecodealliance/wasmtime@f52cbbc9de82d7ede8b02aedf2874ffb60238349 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ f52cbbc ๐Ÿš€"}},{"before":"f52cbbc9de82d7ede8b02aedf2874ffb60238349","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-8685-66f499f43c793bd0f31e4ce5cc0f98c41e6cf9d9","pushedAt":"2024-05-23T14:57:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"66f499f43c793bd0f31e4ce5cc0f98c41e6cf9d9","after":"f52cbbc9de82d7ede8b02aedf2874ffb60238349","ref":"refs/heads/main","pushedAt":"2024-05-23T14:57:17.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"winch: Ensure the right return type for f64 comparisons (#8685)\n\nFixes: https://github.com/bytecodealliance/wasmtime/issues/8632\n\nThis commit fixes the handling of f64 comparison operations in Winch.\nf64 comparison operations are defined as\n\n\t[f64 f64] -> [i32]\n\nThe previous implemementation was widening the result to `[i64]` which\ncaused issues which stack shuffling in multi-value returns.","shortMessageHtmlLink":"winch: Ensure the right return type for f64 comparisons (#8685)"}},{"before":null,"after":"f52cbbc9de82d7ede8b02aedf2874ffb60238349","ref":"refs/heads/gh-readonly-queue/main/pr-8685-66f499f43c793bd0f31e4ce5cc0f98c41e6cf9d9","pushedAt":"2024-05-23T14:42:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"winch: Ensure the right return type for f64 comparisons (#8685)\n\nFixes: https://github.com/bytecodealliance/wasmtime/issues/8632\n\nThis commit fixes the handling of f64 comparison operations in Winch.\nf64 comparison operations are defined as\n\n\t[f64 f64] -> [i32]\n\nThe previous implemementation was widening the result to `[i64]` which\ncaused issues which stack shuffling in multi-value returns.","shortMessageHtmlLink":"winch: Ensure the right return type for f64 comparisons (#8685)"}},{"before":"8f7a75ae07e67c24da42e659766f69add032bd42","after":"40c518bbc649419d8e026987f72f34ffa6aa60b4","ref":"refs/heads/gh-pages","pushedAt":"2024-05-23T07:36:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ bytecodealliance/wasmtime@66f499f43c793bd0f31e4ce5cc0f98c41e6cf9d9 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 66f499f ๐Ÿš€"}},{"before":"66f499f43c793bd0f31e4ce5cc0f98c41e6cf9d9","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-8686-c0fda8cbfa44b8f0ae8f404b084ee28e94eefa41","pushedAt":"2024-05-23T07:33:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"c0fda8cbfa44b8f0ae8f404b084ee28e94eefa41","after":"66f499f43c793bd0f31e4ce5cc0f98c41e6cf9d9","ref":"refs/heads/main","pushedAt":"2024-05-23T07:33:16.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Use `[su]extend_maybe` in the `iconst_[su]` extractors (#8686)\n\nThis enables various things -- like `x * 2` โ†’ `x + x` -- for 128-bit numbers as well.","shortMessageHtmlLink":"Use [su]extend_maybe in the iconst_[su] extractors (#8686)"}},{"before":null,"after":"66f499f43c793bd0f31e4ce5cc0f98c41e6cf9d9","ref":"refs/heads/gh-readonly-queue/main/pr-8686-c0fda8cbfa44b8f0ae8f404b084ee28e94eefa41","pushedAt":"2024-05-23T07:19:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Use `[su]extend_maybe` in the `iconst_[su]` extractors (#8686)\n\nThis enables various things -- like `x * 2` โ†’ `x + x` -- for 128-bit numbers as well.","shortMessageHtmlLink":"Use [su]extend_maybe in the iconst_[su] extractors (#8686)"}},{"before":"5348b3c0b8af52d148e0602f7da88a6e5fa8c138","after":"8f7a75ae07e67c24da42e659766f69add032bd42","ref":"refs/heads/gh-pages","pushedAt":"2024-05-22T23:42:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ bytecodealliance/wasmtime@c0fda8cbfa44b8f0ae8f404b084ee28e94eefa41 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ c0fda8c ๐Ÿš€"}},{"before":"c0fda8cbfa44b8f0ae8f404b084ee28e94eefa41","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-8650-1bb55c54fbbfc435cca9f5ae1e8aa9974152cec9","pushedAt":"2024-05-22T23:38:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"1bb55c54fbbfc435cca9f5ae1e8aa9974152cec9","after":"c0fda8cbfa44b8f0ae8f404b084ee28e94eefa41","ref":"refs/heads/main","pushedAt":"2024-05-22T23:38:25.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"fuzzgen: Add support for stack slot alignment (#8650)","shortMessageHtmlLink":"fuzzgen: Add support for stack slot alignment (#8650)"}},{"before":null,"after":"c0fda8cbfa44b8f0ae8f404b084ee28e94eefa41","ref":"refs/heads/gh-readonly-queue/main/pr-8650-1bb55c54fbbfc435cca9f5ae1e8aa9974152cec9","pushedAt":"2024-05-22T23:24:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"fuzzgen: Add support for stack slot alignment (#8650)","shortMessageHtmlLink":"fuzzgen: Add support for stack slot alignment (#8650)"}},{"before":"68fc9eab74854af2a3e073765c5558f38ffc6d5d","after":"5348b3c0b8af52d148e0602f7da88a6e5fa8c138","ref":"refs/heads/gh-pages","pushedAt":"2024-05-22T23:21:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ bytecodealliance/wasmtime@1bb55c54fbbfc435cca9f5ae1e8aa9974152cec9 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 1bb55c5 ๐Ÿš€"}},{"before":"2a3739b0982b6444b2306c7a623e4bc542edc678","after":null,"ref":"refs/heads/pch/document-test-programs","pushedAt":"2024-05-22T23:18:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pchickey","name":"Pat Hickey","path":"/pchickey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/118618?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEU-jK4QA","startCursor":null,"endCursor":null}},"title":"Activity ยท bytecodealliance/wasmtime"}