Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | HD | 25-Apr-2025 | 0 | |||
README.md | H A D | 25-Apr-2025 | 428 | 17 | 10 | |
resolver.patch | H A D | 25-Apr-2025 | 449 | 14 | 12 |
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