wrote wasm binding for eval_boolean function - let's see if it works

This commit is contained in:
Joeri Exelmans 2025-11-04 10:02:59 +01:00
parent a1066fa416
commit 05ab0906d6
7 changed files with 251 additions and 34 deletions

View file

@ -7,5 +7,9 @@ crate-type = ["cdylib"]
[dependencies]
argus = { git = "https://deemz.org/git/research/argus.git", branch = "dev" }
js-sys = "0.3.82"
serde = { version = "1.0.228", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.145"
wasm-bindgen = "0.2.105"