Refactor label in translation

This commit is contained in:
Nicola Benaglia
2025-05-24 20:25:54 +02:00
parent fdc3dfc1d1
commit c6fb7f2025
11 changed files with 151 additions and 151 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,
});
});