From b71cc877676f1e6f69641314507a2ed9a2a4339b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sun, 29 May 2022 20:45:33 +0200 Subject: [PATCH] Fix comment --- src/web/waforth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/waforth.ts b/src/web/waforth.ts index 4560969..001906b 100644 --- a/src/web/waforth.ts +++ b/src/web/waforth.ts @@ -152,7 +152,7 @@ class WAForth { } data = new Uint8Array(dataCopy); } - // console.log("Load", index, arrayToBase64(data)); + // console.log("Load", arrayToBase64(data)); try { var module = new WebAssembly.Module(data); new WebAssembly.Instance(module, {