feat: use wasm-bindgen unchecked_return_type

This commit is contained in:
Brian Hung
2025-06-12 16:23:15 -07:00
committed by Nicolás Hatcher Andrés
parent 03e227fbb2
commit 5ca50f15d7
4 changed files with 66 additions and 246 deletions

View File

@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
# https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
ironcalc_base = { path = "../../base", version = "0.5", features = ["use_regex_lite"] }
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2.100"
serde-wasm-bindgen = "0.4"
[dev-dependencies]