Skip to content

Commit f233a45

Browse files
jkelleyrtperichulburd
authored andcommitted
Enabling interning in wasm-bindgen for Dioxus
1 parent 1c77f4a commit f233a45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frameworks/keyed/dioxus/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ edition = "2021"
99
dioxus = { version = "0.2.4", features = ["web"] }
1010
getrandom = { version = "0.2.6", features = ["js"] }
1111
rand = { version = "0.8.5", features = ["small_rng"] }
12+
13+
wasm-bindgen = { version = "*", features = ["enable-interning"] }

0 commit comments

Comments
 (0)