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,6 @@
{
"private": true,
"scripts": {
"build": "wasm-pack build --out-dir 'dist' --scope 'pow-captcha'"
}
}