Name Date Size #Lines LOC

..--

BUILD.bazelHD25-Apr-20250

README.mdH A D25-Apr-2025428 1710

resolver.patchH A D25-Apr-2025449 1412

README.md

1# Wasm-bindgen patches
2
3## [resolver](./resolver.patch)
4
5This patch avoids the following issue when updating dependencies
6
7```text
8INFO: Running command line: bazel-bin/wasm_bindgen/3rdparty/crates_vendor.sh '--repin=full'
9
10error: failed to parse manifest at `/tmp/.tmpQivIHn/Cargo.toml`
11
12Caused by:
13  cannot specify `resolver` field in both `[workspace]` and `[package]`
14
15Error: Failed to update lockfile: exit status: 101
16```
17