kyr0
kyr0
@ethanaobrien @WRA1TH-n-vengence Assuming you're talking about `canvas` aka graphics mode and assuming that the element that contains the `canvas` has the CSS class `fullscreen` set, when you're entering fullscreen mode,...
I'm testing your typings and I found one missing in `V86StarterOptions`. At least in the version I use, you can set `wasm_fn` and I use that option because I import...
Btw, I'm working on the "internal" typings as well. I use them because I, despite reading the `mem8`, also read the registers of the CPU, `reg32`, directly (for example). At...
@ambientlight You're welcome. I'll add a few hundred more lines tomorrow. Btw, depending on the configuration (no implicit any) `tsc` is a bit unhappy about functions without explicit return type...
Hey @ambientlight @copy , sry, I'm sick since yesterday. I'll get back to this once I've recovered. I hope for tomorrow..
@amamenko Could you elaborate pls with a snippet for the command line you're passing? It's about an open source project I'm working on
@amamenko Wow, nice, thank you Avi! This is perfect, I'll play with it this weekend and see if I can quickly come up with a general purpose UI solution for...
Wow, thank you @binji this looks awesome. It's exactly what I was looking for. Also thank you for taking the time to write the example code. This is very helpful...
Do you see an option to extend the docs on webassembly.org regarding this? For example here: https://webassembly.org/docs/web/ I'm willing to do this if possible. I think, it would be also...
@binji Off-topic, you might like https://github.com/torch2424/wasmBoy if you're not already aware of the project. And this project might also benefit form the solution you proposed, as they use for-loops to...