-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more details for Windows MSVC build process. #156
Conversation
Signed-off-by: Wang Jikai <[email protected]>
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR. Overall summary: The pull request adds support for building WasmEdge using MSVC on Windows. The key changes include adding instructions, PowerShell scripts, and test instructions specific to MSVC. There are several potential problems identified in the patches. Firstly, the assumption of the presence of In addition, another set of key changes was identified in a subsequent summary. These changes include updating the required LLVM version to 16, updating the download links, and adding a note for users encountering errors with the community version of Visual Studio. A potential problem identified in this set of changes is that the file paths for the LLVM directories are hard-coded in the script, which may cause issues if the directory structure changes in the future. The patch also lacks information about other dependencies or requirements that may have changed alongside the LLVM version. In summary, the pull request brings valuable additions for Windows MSVC build support, but there are potential issues and errors such as missing prerequisites, hard-coded paths, missing dependency update instructions, and duplicated code that need to be addressed. DetailsCommit 57af89b42df08e336ff90987c52b7a3d20ae4488Key changes in the patch:
Potential problems:
Commit cc7a1c32982108c00af4c04edb2ae3ddda9c4a83Key changes:
Potential problems:
|
Hi @hydai Please help review this PR. Thanks. |
I am going to review this after the major PR of this feature gets merged in the wasmedge repo. |
Signed-off-by: Wang Jikai <[email protected]>
The main PR is merged. We can process this now. |
Explanation
I'm working on adding support of MSVC for WasmEdge. This adds related docs for this new feature.
See this issue WasmEdge/WasmEdge#2629
See also this PR WasmEdge/WasmEdge#2751
What type of PR is this