mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
Fix comment
This commit is contained in:
parent
0cccfcfc10
commit
b71cc87767
1 changed files with 1 additions and 1 deletions
|
@ -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, {
|
||||
|
|
Loading…
Reference in a new issue