feat(solver-wasm): add basic wasm solver impl

This commit is contained in:
2025-07-06 20:46:15 +02:00
parent ac0f201028
commit b1332183cc
6 changed files with 263 additions and 0 deletions

View 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"