Skip to content

Commit 0b4d79b

Browse files
committed
Migrate yew to use wasm-bindgen instead of stdweb
1 parent 502e791 commit 0b4d79b

File tree

11 files changed

+986
-773
lines changed

11 files changed

+986
-773
lines changed

frameworks/non-keyed/yew/Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ name = "js-framework-benchmark-yew"
33
version = "1.0.0"
44
authors = ["Isamu Mogi <[email protected]>"]
55

6+
[lib]
7+
crate-type = ["cdylib", "rlib"]
8+
69
[profile.release]
710
lto = true
811
panic = "abort"
912

1013
[dependencies]
1114
byteorder = { version = "1.2.4", features = [ "i128" ] }
12-
rand = { version = "0.5.4", features = [ "stdweb" ] }
13-
stdweb = "0.4.17"
14-
yew = { git = "https://github.com/DenisKolodin/yew.git", rev = "792a254acdc84b1419f2c2d6219e933ca7081c07" }
15+
rand = { version = "0.5.4" }
16+
js-sys = "0.3.40"
17+
yew = { git = "https://github.com/yewstack/yew.git", rev = "a6295bf8fdbaf4395f3c14f119864dfc83f84204" }
18+
wasm-bindgen = "0.2.63"

frameworks/non-keyed/yew/bundled-dist/index.html

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)