Skip to content

Commit

Permalink
oleans
Browse files Browse the repository at this point in the history
  • Loading branch information
abentkamp committed Nov 4, 2023
1 parent 6a74f98 commit 6257774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/public/lean.data
4 changes: 2 additions & 2 deletions client/public/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var stderrBuffer = ""

var Module = {
"arguments": ["--worker"],
"preRun": function() {
"preRun": [function() {
function stdin() {
if (i < input.length) {
i++;
Expand All @@ -90,7 +90,7 @@ var Module = {
}

FS.init(stdin, stdout, stderr);
}};
}]};

importScripts("lean.js")

Expand Down

0 comments on commit 6257774

Please sign in to comment.