feat(solver-wasm): add basic wasm solver impl
This commit is contained in:
11
pkgs/solver-wasm/Cargo.toml
Normal file
11
pkgs/solver-wasm/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "solver-wasm"
|
||||
version = "0.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2"
|
||||
sha2 = "0.10"
|
||||
Reference in New Issue
Block a user