We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c77f4a commit f233a45Copy full SHA for f233a45
frameworks/keyed/dioxus/Cargo.toml
@@ -9,3 +9,5 @@ edition = "2021"
9
dioxus = { version = "0.2.4", features = ["web"] }
10
getrandom = { version = "0.2.6", features = ["js"] }
11
rand = { version = "0.8.5", features = ["small_rng"] }
12
+
13
+wasm-bindgen = { version = "*", features = ["enable-interning"] }
0 commit comments