From e0e46c3b90b0546999af9851407674dc16bc25a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Wed, 26 Feb 2025 17:29:45 +0100 Subject: [PATCH] Fix Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1d3aed5..445c674 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,6 +43,9 @@ wasm-bindgen = { version = "0.2", optional = true } base64 = "0.22.1" flate2 = "1.0.35" +[target.'cfg(target_family = "wasm")'.dependencies] +wasm-bindgen = { version = "0.2" } + [features] default = [] wasm = ["wasm-bindgen"]