{"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:1726791372.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"487f38e57c48dcb8ddfdb413a56056df6c3e2abc","ref":"refs/heads/ci/release-25.0.0","pushedAt":"2024-09-20T00:16:12.000Z","pushType":"branch_creation","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":"Release Wasmtime 25.0.0\n\n[automatically-tag-and-release-this-commit]","shortMessageHtmlLink":"Release Wasmtime 25.0.0"}},{"before":"8ea25906f561d6d2e16e6152963f3a87af5a4e46","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9286-c16414fb73a802e385e10e6f1e14610bfd47c57e","pushedAt":"2024-09-19T20:17:44.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":"c16414fb73a802e385e10e6f1e14610bfd47c57e","after":"8ea25906f561d6d2e16e6152963f3a87af5a4e46","ref":"refs/heads/main","pushedAt":"2024-09-19T20:17:43.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 the `wasmtime::runtime::vm::ModuleInfo[Lookup]` traits (#9286)\n\n* Remove the `wasmtime::runtime::vm::ModuleInfo` trait\n\nThis harkens back to the `wasmtime` vs `wasmtime-runtime` crate split. We can\nsimply use `wasmtime::Module` these days.\n\n* Rename `wasmtime::runtime::vm::ModuleInfoLookup::lookup` to `lookup_module_by_pc`\n\nThis will make removing `ModuleInfoLookup` easier in subsequent commits.\n\n* Remove the `ModuleInfoLookup` trait\n\nThis harkens back to the `wasmtime` vs `wasmtime-runtime` crate split. We can\nsimply use the `ModuleRegistry` directly now.\n\n* cargo fmt","shortMessageHtmlLink":"Remove the wasmtime::runtime::vm::ModuleInfo[Lookup] traits (#9286)"}},{"before":"c16414fb73a802e385e10e6f1e14610bfd47c57e","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9285-128e6b8f57b6b7fa92f9235bc2cd128a8145521d","pushedAt":"2024-09-19T20:05: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":"128e6b8f57b6b7fa92f9235bc2cd128a8145521d","after":"c16414fb73a802e385e10e6f1e14610bfd47c57e","ref":"refs/heads/main","pushedAt":"2024-09-19T20:05: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":"Introduce the `wasmtime::EqRef` type (#9285)\n\n* Introduce the `wasmtime::EqRef` type\n\nThis commit introduces the `wasmtime::EqRef` type, which corresponds to Wasm's\n`(ref eq)` type, and statically represents Wasm references that can be tested\nfor equality.\n\n* fix no-gc builds","shortMessageHtmlLink":"Introduce the wasmtime::EqRef type (#9285)"}},{"before":null,"after":"8ea25906f561d6d2e16e6152963f3a87af5a4e46","ref":"refs/heads/gh-readonly-queue/main/pr-9286-c16414fb73a802e385e10e6f1e14610bfd47c57e","pushedAt":"2024-09-19T19:53:02.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 the `wasmtime::runtime::vm::ModuleInfo[Lookup]` traits (#9286)\n\n* Remove the `wasmtime::runtime::vm::ModuleInfo` trait\n\nThis harkens back to the `wasmtime` vs `wasmtime-runtime` crate split. We can\nsimply use `wasmtime::Module` these days.\n\n* Rename `wasmtime::runtime::vm::ModuleInfoLookup::lookup` to `lookup_module_by_pc`\n\nThis will make removing `ModuleInfoLookup` easier in subsequent commits.\n\n* Remove the `ModuleInfoLookup` trait\n\nThis harkens back to the `wasmtime` vs `wasmtime-runtime` crate split. We can\nsimply use the `ModuleRegistry` directly now.\n\n* cargo fmt","shortMessageHtmlLink":"Remove the wasmtime::runtime::vm::ModuleInfo[Lookup] traits (#9286)"}},{"before":null,"after":"c16414fb73a802e385e10e6f1e14610bfd47c57e","ref":"refs/heads/gh-readonly-queue/main/pr-9285-128e6b8f57b6b7fa92f9235bc2cd128a8145521d","pushedAt":"2024-09-19T19:49:09.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":"Introduce the `wasmtime::EqRef` type (#9285)\n\n* Introduce the `wasmtime::EqRef` type\n\nThis commit introduces the `wasmtime::EqRef` type, which corresponds to Wasm's\n`(ref eq)` type, and statically represents Wasm references that can be tested\nfor equality.\n\n* fix no-gc builds","shortMessageHtmlLink":"Introduce the wasmtime::EqRef type (#9285)"}},{"before":"128e6b8f57b6b7fa92f9235bc2cd128a8145521d","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9282-bf06c66ddd3fbe0a493e0c9f0fb53a5d555feac4","pushedAt":"2024-09-19T18:21:36.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":"bf06c66ddd3fbe0a493e0c9f0fb53a5d555feac4","after":"128e6b8f57b6b7fa92f9235bc2cd128a8145521d","ref":"refs/heads/main","pushedAt":"2024-09-19T18:21:35.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":"Add constant evaluation support for the `struct.new[_default]` Wasm GC instructions (#9282)\n\n* Add constant evaluation support for the `struct.new[_default]` Wasm GC instructions\n\n* fix no-gc builds\n\n* wrap const evaluation in `AutoAssertNoGc`\n\n* add assertions that we access `VMGcRef`s in native-endian\n\n* fix an endian mismatch bug between compiled wasm code and host code","shortMessageHtmlLink":"Add constant evaluation support for the struct.new[_default] Wasm G…"}},{"before":"bf06c66ddd3fbe0a493e0c9f0fb53a5d555feac4","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9283-b0ffce1a8b1748f731884289342943a560d60ba9","pushedAt":"2024-09-19T18:13:47.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":"b0ffce1a8b1748f731884289342943a560d60ba9","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9274-946560d7007aebf8f434e25cf99b86f7a8b12d9b","pushedAt":"2024-09-19T18:13:47.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":"946560d7007aebf8f434e25cf99b86f7a8b12d9b","after":"bf06c66ddd3fbe0a493e0c9f0fb53a5d555feac4","ref":"refs/heads/main","pushedAt":"2024-09-19T18:13:45.000Z","pushType":"merge_queue_merge","commitsCount":2,"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":"Add release artifacts for ARM64 Windows (#9283)\n\nWith #9266 Wasmtime should have full support for this platform. While\nnot tested in CI it can still be useful to build artifacts nonetheless\nin case users are interested.\n\nprtest:full","shortMessageHtmlLink":"Add release artifacts for ARM64 Windows (#9283)"}},{"before":null,"after":"128e6b8f57b6b7fa92f9235bc2cd128a8145521d","ref":"refs/heads/gh-readonly-queue/main/pr-9282-bf06c66ddd3fbe0a493e0c9f0fb53a5d555feac4","pushedAt":"2024-09-19T18:05:47.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":"Add constant evaluation support for the `struct.new[_default]` Wasm GC instructions (#9282)\n\n* Add constant evaluation support for the `struct.new[_default]` Wasm GC instructions\n\n* fix no-gc builds\n\n* wrap const evaluation in `AutoAssertNoGc`\n\n* add assertions that we access `VMGcRef`s in native-endian\n\n* fix an endian mismatch bug between compiled wasm code and host code","shortMessageHtmlLink":"Add constant evaluation support for the struct.new[_default] Wasm G…"}},{"before":"946560d7007aebf8f434e25cf99b86f7a8b12d9b","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9284-4e50ecc64ee716c984bbbe637d19ac44f64a8532","pushedAt":"2024-09-19T18:01: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":"4e50ecc64ee716c984bbbe637d19ac44f64a8532","after":"946560d7007aebf8f434e25cf99b86f7a8b12d9b","ref":"refs/heads/main","pushedAt":"2024-09-19T18:01:56.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":"Couple of improvements to the abi handling code (part 4) (#9284)\n\n* Remove unused isle_prelude_caller_methods macro argument\n\n* Move gen_return_call into isle_prelude_caller_methods!\n\nThis reduces duplication between backends a bit.","shortMessageHtmlLink":"Couple of improvements to the abi handling code (part 4) (#9284)"}},{"before":null,"after":"bf06c66ddd3fbe0a493e0c9f0fb53a5d555feac4","ref":"refs/heads/gh-readonly-queue/main/pr-9283-b0ffce1a8b1748f731884289342943a560d60ba9","pushedAt":"2024-09-19T17:57:07.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":"Add release artifacts for ARM64 Windows (#9283)\n\nWith #9266 Wasmtime should have full support for this platform. While\nnot tested in CI it can still be useful to build artifacts nonetheless\nin case users are interested.\n\nprtest:full","shortMessageHtmlLink":"Add release artifacts for ARM64 Windows (#9283)"}},{"before":null,"after":"b0ffce1a8b1748f731884289342943a560d60ba9","ref":"refs/heads/gh-readonly-queue/main/pr-9274-946560d7007aebf8f434e25cf99b86f7a8b12d9b","pushedAt":"2024-09-19T17:56:48.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 `NonNull` for `pc` instead of `*mut u8` (#9274)\n\nCopyright (c) 2024, Arm Limited.\n\nSigned-off-by: Karl Meakin ","shortMessageHtmlLink":"Use NonNull<u8> for pc instead of *mut u8 (#9274)"}},{"before":null,"after":"946560d7007aebf8f434e25cf99b86f7a8b12d9b","ref":"refs/heads/gh-readonly-queue/main/pr-9284-4e50ecc64ee716c984bbbe637d19ac44f64a8532","pushedAt":"2024-09-19T17:46:44.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":"Couple of improvements to the abi handling code (part 4) (#9284)\n\n* Remove unused isle_prelude_caller_methods macro argument\n\n* Move gen_return_call into isle_prelude_caller_methods!\n\nThis reduces duplication between backends a bit.","shortMessageHtmlLink":"Couple of improvements to the abi handling code (part 4) (#9284)"}},{"before":"0f1e84a7aca107a307ee7202ba2393d1caa87c96","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9282-4e50ecc64ee716c984bbbe637d19ac44f64a8532","pushedAt":"2024-09-19T17:10:12.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":null,"after":"0f1e84a7aca107a307ee7202ba2393d1caa87c96","ref":"refs/heads/gh-readonly-queue/main/pr-9282-4e50ecc64ee716c984bbbe637d19ac44f64a8532","pushedAt":"2024-09-19T16:55:38.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":"Add constant evaluation support for the `struct.new[_default]` Wasm GC instructions (#9282)\n\n* Add constant evaluation support for the `struct.new[_default]` Wasm GC instructions\n\n* fix no-gc builds\n\n* wrap const evaluation in `AutoAssertNoGc`","shortMessageHtmlLink":"Add constant evaluation support for the struct.new[_default] Wasm G…"}},{"before":"4e50ecc64ee716c984bbbe637d19ac44f64a8532","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9266-d0cdac7fe127ba7bcc21bcd07b1dde83486378c5","pushedAt":"2024-09-19T16:55:06.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":"d0cdac7fe127ba7bcc21bcd07b1dde83486378c5","after":"4e50ecc64ee716c984bbbe637d19ac44f64a8532","ref":"refs/heads/main","pushedAt":"2024-09-19T16:55:05.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":"Implement unwind support for ARM64 Windows (#9266)","shortMessageHtmlLink":"Implement unwind support for ARM64 Windows (#9266)"}},{"before":null,"after":"4e50ecc64ee716c984bbbe637d19ac44f64a8532","ref":"refs/heads/gh-readonly-queue/main/pr-9266-d0cdac7fe127ba7bcc21bcd07b1dde83486378c5","pushedAt":"2024-09-19T16:39:30.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":"Implement unwind support for ARM64 Windows (#9266)","shortMessageHtmlLink":"Implement unwind support for ARM64 Windows (#9266)"}},{"before":"d0cdac7fe127ba7bcc21bcd07b1dde83486378c5","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9279-f96aac79bce609a0098e7f0c71699747a1fb9377","pushedAt":"2024-09-19T16:12:28.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":"f96aac79bce609a0098e7f0c71699747a1fb9377","after":"d0cdac7fe127ba7bcc21bcd07b1dde83486378c5","ref":"refs/heads/main","pushedAt":"2024-09-19T16:12:27.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":"Align the start of stackslots instead of the end (#9279)\n\nThe alignment for stackslots was commputed wrongly, because the\nend of the slot was being aligned instead of the beginning.\nThis effectively meant that the _next_ stackslot was being aligned\non the alignment of the current slot.","shortMessageHtmlLink":"Align the start of stackslots instead of the end (#9279)"}},{"before":null,"after":"d0cdac7fe127ba7bcc21bcd07b1dde83486378c5","ref":"refs/heads/gh-readonly-queue/main/pr-9279-f96aac79bce609a0098e7f0c71699747a1fb9377","pushedAt":"2024-09-19T15:52:49.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":"Align the start of stackslots instead of the end (#9279)\n\nThe alignment for stackslots was commputed wrongly, because the\nend of the slot was being aligned instead of the beginning.\nThis effectively meant that the _next_ stackslot was being aligned\non the alignment of the current slot.","shortMessageHtmlLink":"Align the start of stackslots instead of the end (#9279)"}},{"before":"bdad5c6579abccb6caa39e092ad07a8f31034075","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9279-d4d8adc284c317ab249fc9b6940ba95247573888","pushedAt":"2024-09-19T15:52:49.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":"d4d8adc284c317ab249fc9b6940ba95247573888","after":null,"ref":"refs/heads/gh-readonly-queue/main/pr-9266-f96aac79bce609a0098e7f0c71699747a1fb9377","pushedAt":"2024-09-19T15:52:49.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":null,"after":"bdad5c6579abccb6caa39e092ad07a8f31034075","ref":"refs/heads/gh-readonly-queue/main/pr-9279-d4d8adc284c317ab249fc9b6940ba95247573888","pushedAt":"2024-09-19T15:42:49.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":"Align the start of stackslots instead of the end (#9279)\n\nThe alignment for stackslots was commputed wrongly, because the\nend of the slot was being aligned instead of the beginning.\nThis effectively meant that the _next_ stackslot was being aligned\non the alignment of the current slot.","shortMessageHtmlLink":"Align the start of stackslots instead of the end (#9279)"}},{"before":null,"after":"d4d8adc284c317ab249fc9b6940ba95247573888","ref":"refs/heads/gh-readonly-queue/main/pr-9266-f96aac79bce609a0098e7f0c71699747a1fb9377","pushedAt":"2024-09-19T15:37:53.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":"Implement unwind support for ARM64 Windows (#9266)","shortMessageHtmlLink":"Implement unwind support for ARM64 Windows (#9266)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEu2yQTgA","startCursor":null,"endCursor":null}},"title":"Activity · bytecodealliance/wasmtime"}