WebAssembly / WebAssembly/binaryen
MSVC builds seems to be full of warning, which makes debugging harder.
Open
Nobody has claimed this yet.
- Dominant language
- WebAssembly
- Stars
- 8.6k
- Forks
- 885
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 69
Description
For example:
wasm-interpreter.h(4702,9): warning C4068: unknown pragma 'GCC' [C:\a\binaryen\binaryen\out\binaryen.vcxproj]
And:
cl : command line warning D9002: ignoring unknown option '-fno-rtti' [C:\a\binaryen\binaryen\out\third_party\gtest.vcxproj]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the MSVC build and inspect the warning in wasm-interpreter.h around line 4702, then trace the -fno-rtti option reported for third_party/gtest.vcxproj. Determine where the MSVC-specific build settings or pragmas are configured. Done means the reported MSVC warnings are removed without breaking other toolchains.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100