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

@@ -9,3 +9,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.rs]
indent_style = space