implemented new shared-traverser on browser

This commit is contained in:
Felix Kaspar
2023-10-22 01:11:17 +02:00
parent 26cdb1d04f
commit f6b4479200
7 changed files with 169 additions and 324 deletions

View File

@@ -75,7 +75,7 @@ export async function impose(snapshot, nup, format) {
export async function oneToOne(wasmArray, snapshot) {
await loadFileAsync(Buffer.from(snapshot));
console.error("Nuping File");
console.log("Nuping File");
let exitcode = await runWasm(wasmArray);
if (exitcode !== 0) {