Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylina committed Oct 18, 2024
1 parent 8ceee1d commit 91c50ce
Show file tree
Hide file tree
Showing 3 changed files with 17,177 additions and 942 deletions.
7 changes: 5 additions & 2 deletions build/browser.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,8 @@ class BigMemFile {
}
}

const O_TRUNC = 512;
const O_CREAT = 64;
const O_TRUNC = 1024;
const O_CREAT = 512;
const O_RDWR = 2;
const O_RDONLY = 0;

Expand Down Expand Up @@ -3439,6 +3439,9 @@ async function builder(code, options) {
"memory": memory
},
runtime: {
printDebug : function(value) {
console.log("printDebug:", value);
},
exceptionHandler: function (code) {
let err;
if (code === 1) {
Expand Down
Loading

0 comments on commit 91c50ce

Please sign in to comment.