zb3
zb3
You mean freej2me-web source code? Then: 1) Clone/download the repository 2) Launch npx serve: ``` npx serve -u web ``` But if you're talking about the whole CheerpJ hosted on...
I remember not being able to reproduce this as I didn't understand what exactly did you mean.. maybe a video could help, but preferrably if there's an error in the...
You need to be more specific, because I don't understand what did you mean.. Is it about **re**mapping a key so you can use a phone key with any chosen...
**TLDR: the fix is partial, will not work in queued paint mode(!)**, explanation below Woah, this was a true debugging nightmare! I had to write additional tools to see what's...
Do you mean the saved data is lost on its own, or only when you explicitly clear the browser cache? The data is stored in the virtual filesystem saved to...
Hmm, I was not able to reproduce that behaviour.. I tried both the builtin game settings and some other uploaded game (Bounce) and did refresh multiple times, on both Chromium...
Let me know which games stopped saving the data and I'll try to investigate them someday.
@kripken, this is for QEMU coroutines which use fibers which in turn need Asyncify.. I'm not sure how JSPI would help here (hmm, could some module reentry hacks help?), I...
I'm experimenting with QEMU running in the browser, trying to optimize this https://github.com/ktock/qemu-wasm (there's a room for improvement in the JIT generation, but that's beyond my capabilities for now) I'm...
That's some good news :) In the page you wrote: > If that handler calls into compiled code, then it can be confusing, since it starts to look like coroutines...