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

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@
/pkgs/*/node_modules/
/pkgs/*/dist/
/pkgs/*/.turbo/
/pkgs/solver-wasm/target/