You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update Windows support with discovery that wasm-component-ld.exe exists
MAJOR UPDATE: After downloading Windows rustc distribution, confirmed that
wasm-component-ld.exe IS PRESENT (5.1MB) at:
rustc/lib/rustlib/x86_64-pc-windows-msvc/bin/wasm-component-ld.exe
The real problem is a rules_rust/Bazel sandboxing issue - rustc can't access
its own lib/rustlib directory on Windows.
Updated documentation to:
- Correct root cause (not missing tool, but sandbox issue)
- Recommend filing issue with bazelbuild/rules_rust
- Provide specific details for reproduction
- Update status from 'Rust toolchain issue' to 'rules_rust integration issue'
All Windows platform detection work in rules_wasm_component is complete.
The blocker is now upstream in rules_rust.
0 commit comments