Merge branch 'feature/large-files-and-names' into feature/add-primary-name

This commit is contained in:
2025-05-27 03:24:14 +03:00
97 changed files with 2719 additions and 2415 deletions

View File

@@ -430,7 +430,7 @@ export async function performPowTask(chatBytes, difficulty) {
// Send the task to the worker
worker.postMessage({
chatBytes,
path: `${import.meta.env.BASE_URL}memory-pow.wasm.full`,
path: `${import.meta.env.BASE_URL}memory-pow.wasm.full`, // TODO move into ./wasm/ folder
difficulty,
});
});