Skip to content

Commit b5540c1

Browse files
authored
Merge pull request #5 from jstarry/break-up
Break up into components
2 parents e09ba2c + 4a30ee2 commit b5540c1

18 files changed

+516
-266
lines changed

.github/workflows/benchmark.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@ jobs:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
with:
7171
msg: "${{ env.MSG }}"
72+
check_for_duplicate_msg: false
Binary file not shown.

frameworks/keyed/wasm-bindgen/bundled-dist/1.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

frameworks/keyed/wasm-bindgen/bundled-dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/yew-baseline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
rand = { version = "0.7.3", features = ["wasm-bindgen", "small_rng"] }
1212
wasm-bindgen = "0.2.62"
13-
yew = { git = "https://github.com/totorigolo/yew", branch = "bugfix/keyed-elements-reorder" }
13+
yew = { git = "https://github.com/jstarry/yew", branch = "split-render" }
1414

1515
[profile.release]
1616
lto = true

0 commit comments

Comments
 (0)