Upstream Issue
bytecodealliance/wasm-pkg-tools#182
Problem
wkg's default naming convention for WIT packages includes a semicolon (;) which is invalid on Windows file systems.
Impact on rules_wasm_component
- Affects
wasm_component_from_oci rule on Windows
- OCI pulls may fail with path errors on Windows
Affected Rules
//wkg:defs.bzl - wasm_component_from_oci
Workaround
Unknown - may need to implement custom naming in our wkg wrapper.
Action Items
Labels
upstream-bug, windows, wkg