refactor: replace WASM-based PoW solver with a native Go implementation in the pow package

This commit is contained in:
CJACK
2026-04-07 00:10:36 +08:00
parent 13687ce787
commit e7d561694a
18 changed files with 465 additions and 350 deletions

View File

@@ -4,7 +4,6 @@
"outputDirectory": "static",
"functions": {
"api/chat-stream.js": {
"includeFiles": "internal/deepseek/assets/sha3_wasm_bg.7b9ca65ddd.wasm",
"maxDuration": 300
},
"api/index.go": {