mzoliker
mzoliker
Hi, console.log(), debug() and print() don’t work. Only alert() works but not very user friendly :-). Thanks!
## Description of the problem or steps to reproduce Open a .js file and any line below will break syntax highlighting: let a = /"/; let a = /'/; let...
Hi, Thank you for this wonderful library. I have a suggestion to make it even more wonderful :-). Would it be possible to add a pure javascript fallback when WebAssembly...
Hi! First, many thanks for supporting `process.stdin` in nodejs! This was really a feature I was waiting for! :-) Please note that the sample code below does not work as...
Hi! This one should be easy but I have not found an elegant way to solve it. Using emscripten v3.1.59. I have a JS function which is called from C,...
Hi! Maybe I’m wrong but I believe the output should be the same. Here are the differences (using emscripten v3.1.59): ``` diff 5366,5429c5366,5369 < isAbs: path => path.charAt(0) === '/',...
Hi! Using emscripten v3.1.59, here are the two lines at the very beginning that should be fixed: ``` javascript var _scriptName = typeof document != 'undefined' ? document.currentScript?.src : undefined;...
Hi, I am trying to compile the simple program below which works fine with gcc but does not work with emcc. The objective is to input a password with no...
Hi iSH team! Some of my nodejs apps are failing on iSH because of a bug in system call copyfile (see below). Could somebody please help in fixing this issue...