Fix comment

This commit is contained in:
Remko Tronçon 2022-05-29 20:45:33 +02:00
parent 0cccfcfc10
commit b71cc87767

View file

@ -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, {