Fix wasm-bindgen CLI caching in Windows CI
robertknight opened this issue · 1 comments
robertknight commented
wasm-bindgen is rebuilt from source on every Windows CI run, because the which wasm-bindgen
test is failing. This makes the Windows CI runs much slower than the Linux ones.
robertknight commented
Based on tests in #27, it looks like I was mistaken here. When there is a cache hit in CI, which wasm-bindgen
does work on Windows.