wrote wasm binding for eval_boolean function - let's see if it works
This commit is contained in:
parent
a1066fa416
commit
05ab0906d6
7 changed files with 251 additions and 34 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue