docs: update Windows LLVM setup#299
Merged
Merged
Conversation
Assisted-by: OpenAI Codex Signed-off-by: hydai <z54981220@gmail.com>
dm4
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation
This PR updates the Windows source-build instructions to match the current WasmEdge Windows CI setup. The previous page still pointed users at the older LLVM 16.0.6 Windows package and documented a manual Visual Studio Enterprise-to-Community path edit for
diaguids.libinLLVMExports.cmake.The current CI uses the WasmEdge
llvm-windows21.1.3 package. I also verified the downloaded 21.1.3 asset locally and confirmed its exported CMake metadata no longer contains a hard-coded Visual Studio Enterprise/Community DIA SDK path.Related issue
Fixes WasmEdge/WasmEdge#2423.
What type of PR is this
/kind documentation
Proposed Changes
LLVMExports.cmakeworkaround.Invoke-WebRequestin the localized PowerShell download example.This contribution was developed with assistance from OpenAI Codex.
Validation
git diff --checknpx prettier --check docs/contribute/source/os/windows.md i18n/zh/docusaurus-plugin-content-docs/current/contribute/source/os/windows.mdnpm run build