mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +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);
|
data = new Uint8Array(dataCopy);
|
||||||
}
|
}
|
||||||
// console.log("Load", index, arrayToBase64(data));
|
// console.log("Load", arrayToBase64(data));
|
||||||
try {
|
try {
|
||||||
var module = new WebAssembly.Module(data);
|
var module = new WebAssembly.Module(data);
|
||||||
new WebAssembly.Instance(module, {
|
new WebAssembly.Instance(module, {
|
||||||
|
|
Loading…
Reference in a new issue