{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":174204333,"defaultBranch":"main","name":"wasi-sdk","ownerLogin":"WebAssembly","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-03-06T19:07:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11578470?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1722620125.0","currentOid":""},"activityList":{"items":[{"before":"c1b8811ac8b4fbbd510781b59efd10533dfdf75a","after":"754aec3d6f5801b026fe5dfecc9c63e6a2e5968b","ref":"refs/heads/main","pushedAt":"2024-08-30T00:10:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Bump wasm-component-ld to 0.5.7 (#484)\n\nKeeping it up-to-date with its release cadence.","shortMessageHtmlLink":"Bump wasm-component-ld to 0.5.7 (#484)"}},{"before":"f995dbe965fc5bb3e97e84e1995e26aae99bef55","after":"c1b8811ac8b4fbbd510781b59efd10533dfdf75a","ref":"refs/heads/main","pushedAt":"2024-08-28T04:01:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Add llvm-dwp binary to toolchain (#478)\n\nThere is an option to compile debug information to separate file. It's supported in Clang via -gsplit-dwarf to generate dwo files but we need llvm-dwp tool to combine them into single dwp file supported by Chrome DWARF extension https://developer.chrome.com/blog/faster-wasm-debugging","shortMessageHtmlLink":"Add llvm-dwp binary to toolchain (#478)"}},{"before":"91bca73047adde2cf77c57662339dfeb22ec4095","after":"f995dbe965fc5bb3e97e84e1995e26aae99bef55","ref":"refs/heads/main","pushedAt":"2024-08-27T23:29:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Disable tests/benchmarks for libcxx (#476)\n\nThese aren't needed anyway and fix a build issue discovered in #474.\r\nAdditionally a typo was fixed here too.","shortMessageHtmlLink":"Disable tests/benchmarks for libcxx (#476)"}},{"before":"b416e2beb40beecc05de33e300203843f62b3263","after":"91bca73047adde2cf77c57662339dfeb22ec4095","ref":"refs/heads/main","pushedAt":"2024-08-23T14:37:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"README.md: mention WASI_SDK_INSTALL_TO_CLANG_RESOURCE_DIR (#481)","shortMessageHtmlLink":"README.md: mention WASI_SDK_INSTALL_TO_CLANG_RESOURCE_DIR (#481)"}},{"before":"fd24b79f8bb0e4f73edfc18cc26789dbef577efb","after":"b416e2beb40beecc05de33e300203843f62b3263","ref":"refs/heads/main","pushedAt":"2024-08-12T17:53:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Add back `VERSION` file to release tarballs (#473)\n\n* Add back `VERSION` file to release tarballs\r\n\r\nMake sure it makes its way into the sysroot tarball and then copy it\r\nfrom the sysroot location to the top of the sdk tarball as well.\r\n\r\nCloses #471\r\n\r\n* Fix how `VERSION` is installed","shortMessageHtmlLink":"Add back VERSION file to release tarballs (#473)"}},{"before":"d2bea01edcc46f731156a817f710cdd9fc9c1c19","after":"fd24b79f8bb0e4f73edfc18cc26789dbef577efb","ref":"refs/heads/main","pushedAt":"2024-08-07T16:35:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Add wasi-sdk-p1.cmake to the artifacts (#472)","shortMessageHtmlLink":"Add wasi-sdk-p1.cmake to the artifacts (#472)"}},{"before":"dc74ff1cf8ab4bda8a63f440fe23fd4c88a2b25b","after":"d2bea01edcc46f731156a817f710cdd9fc9c1c19","ref":"refs/heads/main","pushedAt":"2024-08-01T21:26:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Update wasm-component-ld to 0.5.6 (#467)\n\nThis pulls in an update to how WIT files are processed notably around\r\nnested package forms in the text format.","shortMessageHtmlLink":"Update wasm-component-ld to 0.5.6 (#467)"}},{"before":"b2679166a9b53d09cad618bd0984899042d0d4a6","after":"dc74ff1cf8ab4bda8a63f440fe23fd4c88a2b25b","ref":"refs/heads/main","pushedAt":"2024-07-31T19:48:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Add a test on CI that just the sysroot can be built (#465)\n\nThis commit adds a test and matrix entry to CI which asserts that the\r\nsysroot can be built to run tests using a stock Clang compiler found on\r\nthe system. This fixes a few minor issues as well in developing this.\r\n\r\nThis additionally refactors CI a bit to move shared steps amongst jobs\r\ninto separate composite actions in this repository to avoid duplication\r\nacross jobs.","shortMessageHtmlLink":"Add a test on CI that just the sysroot can be built (#465)"}},{"before":"883170df212284da68bd7a3e6a73c311cb2da56c","after":"b2679166a9b53d09cad618bd0984899042d0d4a6","ref":"refs/heads/main","pushedAt":"2024-07-31T19:42:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Run wasm tests on Windows (#466)\n\nThis commit fixes running the test suite on Windows for CI at least by\r\nfixing up a few minor edge cases to ensure that everything runs\r\nconsistently.","shortMessageHtmlLink":"Run wasm tests on Windows (#466)"}},{"before":"b0075f9a8234c94a24e67a8f339c653d25f89be9","after":"883170df212284da68bd7a3e6a73c311cb2da56c","ref":"refs/heads/main","pushedAt":"2024-07-31T18:48:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Add `wasi-sdk-p1.cmake` (#459)\n\nLike we have for other targets, this adds a `.cmake` file for the new\r\nname of the old `wasm32-wasi` target, now called `wasm32-wasip1` in\r\n`wasi-libc`.","shortMessageHtmlLink":"Add wasi-sdk-p1.cmake (#459)"}},{"before":"0de1b487fc18636cbd59367b7cf39b0c7026ccf5","after":"b0075f9a8234c94a24e67a8f339c653d25f89be9","ref":"refs/heads/main","pushedAt":"2024-07-31T16:54:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Add some CMake guards when building the sysroot (#462)\n\n* Require that the compiler is Clang, for example gcc and msvc cannot\r\n compile to WebAssembly.\r\n* Require that the Clang version is above the minimum threshold. Unsure\r\n what the minimum threshold is at this time so I've set it to 18.0.0","shortMessageHtmlLink":"Add some CMake guards when building the sysroot (#462)"}},{"before":"882577c201bc7cebb2ecfc37519b073800c48013","after":"0de1b487fc18636cbd59367b7cf39b0c7026ccf5","ref":"refs/heads/main","pushedAt":"2024-07-31T00:22:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Fix testing the right targets on CI (#461)\n\nThis commit fixes a bug from the cmake migration where tests were not\r\nactually testing the correct target. Object files were compiled with the\r\nright options but the link step was missing both `--target` and\r\n`-pthread` which caused everything to accidentally be tested as\r\n`wasm32-wasi`. When fixing this one test was needed to have its stderr\r\nupdated because the component output of `wasm32-wasip2` is slightly\r\ndifferent. A timeout was additionally added because without `-pthread`\r\nat the link step some tests infinitely ran which made debugging\r\ndifficult.","shortMessageHtmlLink":"Fix testing the right targets on CI (#461)"}},{"before":"084efa01da005ba29c9a1ceadbf76ef869ed0e01","after":"882577c201bc7cebb2ecfc37519b073800c48013","ref":"refs/heads/main","pushedAt":"2024-07-31T00:16:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Clone a larger depth in submodules (#464)\n\nThis is an attempt to fix CI errors where the `config` submodule is now\r\nlocated on a commit further than 32 commits behind the main branch\r\n(presumably).","shortMessageHtmlLink":"Clone a larger depth in submodules (#464)"}},{"before":"91ce489944acb033806a3534553ed7dadf25e0c1","after":"084efa01da005ba29c9a1ceadbf76ef869ed0e01","ref":"refs/heads/main","pushedAt":"2024-07-25T14:06:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Update wasi-libc (#458)\n\nTo include https://github.com/WebAssembly/wasi-libc/pull/517,\r\nwhich is necessary to avoid modifying host compiler's resource\r\ndirectory.\r\n\r\nAt least on my environment (macOS if it matters), without the above\r\nmentioned fix, gmake tries to create the directory for wasi compiler-rt\r\nduring wasi-libc build. I'm not sure why it didn't happen for others.\r\ncf. https://github.com/WebAssembly/wasi-sdk/pull/445","shortMessageHtmlLink":"Update wasi-libc (#458)"}},{"before":"e4fef74fee3d3849339b6c492f2dafe229891364","after":"91ce489944acb033806a3534553ed7dadf25e0c1","ref":"refs/heads/main","pushedAt":"2024-07-24T18:14:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Add full LTO build of wasi-libc and libc++ (#436)\n\n* Add LTO build of wasi-libc\r\n\r\n* Add LTO build of libc++\r\n\r\n* Update wasi-libc (to include the LTO support)\r\n\r\n* Add a comment about /llvm-lto/${llvm_version} convention\r\n\r\n* Use separate targets for wasi-libc with and without lto\r\n\r\nA downside: this makes four more copies of wasi-libc source tree.\r\n\r\n* Make LTO build optional","shortMessageHtmlLink":"Add full LTO build of wasi-libc and libc++ (#436)"}},{"before":"6387b4f7e7b12d15a2d505eadeffe4baef4779b5","after":"e4fef74fee3d3849339b6c492f2dafe229891364","ref":"refs/heads/main","pushedAt":"2024-07-23T20:31:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Retire clang_version (#451)\n\n* Retire clang_version\r\n\r\nNote: this makes the \"install\" target install the compiler rt\r\ninto the compiler's runtime directory. IMO, it's what \"install\" is\r\nsupposed to do. If you want to avoid modifing the runtime directory\r\nfor some reasons, you can still do \"dist\" without \"install\".\r\n\r\n* wasi-sdk-sysroot.cmake: Avoid modifying things out of CMAKE_INSTALL_PREFIX\r\n\r\n* wasi-sdk-sysroot.cmake: control the resource-dir modification by a cmake option","shortMessageHtmlLink":"Retire clang_version (#451)"}},{"before":"fef66e3d2319d8360825dcba1cf23061f5313c11","after":"6387b4f7e7b12d15a2d505eadeffe4baef4779b5","ref":"refs/heads/main","pushedAt":"2024-07-23T17:40:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Use MSVC for the Windows toolchain instead of MinGW (#456)\n\n* Use MSVC for the Windows toolchain instead of MinGW\r\n\r\nExplicitly use MSVC to avoid the runtime dependencies that the default\r\ntoolchain CMake is using is bringing in.\r\n\r\nCloses #454\r\n\r\n* Update .github/workflows/main.yml\r\n\r\nCo-authored-by: Andrew Brown \r\n\r\n* Specify MinSizeRel in `build.sh`\r\n\r\nLooks like MSVC defaults to \"Debug\" instead of an empty string to so the\r\ndefault logic which works for other compilers isn't kicking in here.\r\n\r\n* Don't persist ccache stats across runs\r\n\r\n* Move zeroing\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Brown ","shortMessageHtmlLink":"Use MSVC for the Windows toolchain instead of MinGW (#456)"}},{"before":"0584df3946029e572cd48d9a462538f5a178f534","after":"fef66e3d2319d8360825dcba1cf23061f5313c11","ref":"refs/heads/main","pushedAt":"2024-07-23T16:53:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Remove cmake_minimum_required from toolchain files (#412)\n\nThis command is generally not included in toolchain files. It is used in\r\nproject configuration files that will consume the toolchain file. Also,\r\nsuch a low value triggers warnings, support for <3.5.0 is being removed\r\nfrom CMake.","shortMessageHtmlLink":"Remove cmake_minimum_required from toolchain files (#412)"}},{"before":"9af8b0f30499ab5a2c08dbc3c8144aff80d4d24e","after":"0584df3946029e572cd48d9a462538f5a178f534","ref":"refs/heads/main","pushedAt":"2024-07-22T18:59:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Prune ccache caches in CI on each run (#457)\n\nI noticed in a [recent build] that the cache size for Windows is quite\r\nlarge at 500M. That might be related to switching to MSVC, I'm not sure,\r\nbut something else I've realized is that as-configured wasi-sdk will\r\ncontinuously grow the cache over time and it won't ever get trimmed\r\nuntil we hit github actions limits. This is because the cache is\r\nrestored from an older version, then appended to with the current\r\nbuild, then saved again. That theoretically means that each builder\r\ncould make up to a 5G cache which is a bit too large.\r\n\r\nThis commit adds an extra step that removes all objects older than 1d to\r\nensure that older builds eventually get cleaned out of the cache. GitHub\r\nActions should then still delete older caches pretty regularly but each\r\nindividual cache should be bounded still.\r\n\r\n[recent build]: https://github.com/WebAssembly/wasi-sdk/actions/runs/10045872592/job/27764084758?pr=456","shortMessageHtmlLink":"Prune ccache caches in CI on each run (#457)"}},{"before":"9ee70805ec2712d1f970f08986c4382f740fb4c1","after":"9af8b0f30499ab5a2c08dbc3c8144aff80d4d24e","ref":"refs/heads/main","pushedAt":"2024-07-22T18:41:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Refactor handling env vars in CI build (#455)\n\n* Refactor handling env vars in CI build\r\n\r\nThis commit updates the handling of various environment variables to\r\ncentralize them in one location in `main.yml` as part of CI\r\nconfiguration. This removes a few custom-named variables in favor of\r\nusing explicitly-listed env vars. Additionally this moves some env var\r\nmanagement from the CI container files to the github actions config as\r\nwell to keep everything in one place ideally.\r\n\r\n* Add some more comments about where configuration comes in","shortMessageHtmlLink":"Refactor handling env vars in CI build (#455)"}},{"before":"08be2d4b29ab945305b8cc2e70375b9f52c0e3fe","after":"9ee70805ec2712d1f970f08986c4382f740fb4c1","ref":"refs/heads/main","pushedAt":"2024-07-22T17:42:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Add a CI check for testing toolchains as-distributed (#449)\n\n* Add a CI check for testing toolchains as-distributed\r\n\r\nOne aspect of testing lost in the CMake-based migration is the ability\r\nto test the toolchains as distributed in release artifacts. Tests use\r\n`--sysroot` and `-resource-dir` (soon) to customize how the host\r\ncompiler runs but this means that it would be possible to regress the\r\ndefault sysroot theoretically. To rectify this situation this commit\r\nadds a new CI test which uses the release artifacts of previous steps to\r\nbuild a `wasi-sdk-*.tar.gz` tarball which is then extracted and tested\r\nas-is. A new flag was added to the cmake configuration to avoid\r\ndepending on fresh sysroot libraries for tests and instead test the host\r\ntoolchain.\r\n\r\n* Fix version.py script running\r\n\r\n* Fix artifact download\r\n\r\n* Add ninja\r\n\r\n* Update submodules in new test job\r\n\r\n* Only add extra options for libcxx build\r\n\r\nOtherwise the test directory seems like it inherits these options which\r\nisn't desired when testing the host toolchain.","shortMessageHtmlLink":"Add a CI check for testing toolchains as-distributed (#449)"}},{"before":"fb8f078b054d53867da80e78e2a528c8ebeb8b3f","after":null,"ref":"refs/tags/wasi-sdk-23","pushedAt":"2024-07-17T20:27:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"}},{"before":"1a3d5ee3bc5b9def501dd72f23201997679c2348","after":"08be2d4b29ab945305b8cc2e70375b9f52c0e3fe","ref":"refs/heads/main","pushedAt":"2024-07-17T00:18:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Don't modify the host compiler's sysroot (#445)\n\nThis commit updates the building of the wasi-sdk sysroot to leverage the\r\n`-resource-dir` argument from Clang to avoid modifying the host\r\ncompiler's sysroot with compiler-rt things. This should help improve the\r\nexperience of building a standalone sysroot with whatever host Clang is\r\non the system.\r\n\r\nCloses #444","shortMessageHtmlLink":"Don't modify the host compiler's sysroot (#445)"}},{"before":"ca4fa08fa797eab90ead937ca423053b105893de","after":"1a3d5ee3bc5b9def501dd72f23201997679c2348","ref":"refs/heads/main","pushedAt":"2024-07-16T18:38:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"update wasm-component-ld to 0.5.5 (#448)\n\nThis includes support for a new `--component-type` option, which allows passing\r\none or more component types as WIT files rather than (or in addition to) object\r\nfiles, which can be preferable when such files must be stored in source control.\r\n\r\nSigned-off-by: Joel Dice ","shortMessageHtmlLink":"update wasm-component-ld to 0.5.5 (#448)"}},{"before":"489ce6eb413a8fc05ea96951c082c9bce365aa77","after":"ca4fa08fa797eab90ead937ca423053b105893de","ref":"refs/heads/main","pushedAt":"2024-07-16T15:29:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Update wasm-component-ld to 0.5.4 (#439)\n\nThis updates to the latest version of the linker which has better\r\nsupport for standard flags like `--version` and various other LLD\r\nflags.","shortMessageHtmlLink":"Update wasm-component-ld to 0.5.4 (#439)"}},{"before":"de6328701c9bead32fdbcabf8b177fc0c8c91011","after":"489ce6eb413a8fc05ea96951c082c9bce365aa77","ref":"refs/heads/main","pushedAt":"2024-07-16T15:07:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Update build of toolchain/sysroot to not touch installation root (#446)\n\n* Update build of toolchain/sysroot to not touch installation root\r\n\r\nThis changes everything to ensure that only the `install` step actually\r\ntries to install things. Everything is staged into temporary `./install`\r\nfolders inside of the build directory and then running the build\r\nsystem's `install` target will actually copy out everything using CMake\r\nbuiltins.\r\n\r\nCloses #442\r\n\r\n* Better integrate generating a version file","shortMessageHtmlLink":"Update build of toolchain/sysroot to not touch installation root (#446)"}},{"before":"297b6d02d55d1cc540d2d6d90c5b57553a233c45","after":"de6328701c9bead32fdbcabf8b177fc0c8c91011","ref":"refs/heads/main","pushedAt":"2024-07-15T15:30:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Fix determination of wasi-sdk version when built in a subdirectory. (#443)","shortMessageHtmlLink":"Fix determination of wasi-sdk version when built in a subdirectory. (#…"}},{"before":"778a02bb08bdc7b60efa53f5543131a9a5e9a22e","after":"297b6d02d55d1cc540d2d6d90c5b57553a233c45","ref":"refs/heads/main","pushedAt":"2024-07-13T04:22:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Automate more of the release process (#440)\n\nThis commit updates the release process of `wasi-sdk` to remove most\r\nof the manual interaction and steps done. Instead now draft releases are\r\nautomatically created for tags made. This means that there's only two\r\nsteps necessary: (1) pushing a tag and (2) hitting publish on the\r\ngenerated release. This commit also removes a number of the CI scripts\r\npreviously used to manage releases.","shortMessageHtmlLink":"Automate more of the release process (#440)"}},{"before":"2e7bb65533b2a8d038a41bd1caca5d2212396492","after":"778a02bb08bdc7b60efa53f5543131a9a5e9a22e","ref":"refs/heads/main","pushedAt":"2024-07-12T22:29:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alexcrichton","name":"Alex Crichton","path":"/alexcrichton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/64996?s=80&v=4"},"commit":{"message":"Link LLVM-based tools dynamically to LLVM (take 2) (#441)\n\nThis is a revival of #397 but only applies the logic to non-Windows\r\nplatforms. Windows builds still seem to not work so Windows is not\r\nimproved as a result of this change.","shortMessageHtmlLink":"Link LLVM-based tools dynamically to LLVM (take 2) (#441)"}},{"before":"3adc86a271077c4aeb61bae3456902b93508abcd","after":"2e7bb65533b2a8d038a41bd1caca5d2212396492","ref":"refs/heads/main","pushedAt":"2024-07-12T15:38:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abrown","name":"Andrew Brown","path":"/abrown","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/541880?s=80&v=4"},"commit":{"message":"Expand README build instructions (#438)\n\nUpdating for the rewrite in #429","shortMessageHtmlLink":"Expand README build instructions (#438)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0zMFQwMDoxMDo0Ny4wMDAwMDBazwAAAASoJuKK","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0zMFQwMDoxMDo0Ny4wMDAwMDBazwAAAASoJuKK","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0xMlQxNTozODo1MC4wMDAwMDBazwAAAAR-AVVk"}},"title":"Activity · WebAssembly/wasi-sdk"}