-
Hi, I was trying to upgrade ```WIRESHARK_VERSION``` to 4.0.15 and noticed following error
```(cd wireshark-v4.0.15 && patch -fp1) < ../patches/wireshark/0001-dont-build-radiotap-lemon.patch
patchi…
-
I'm playing with emscripten these days and I'm not sure how to deal with some of the libraries that are also provided as ports https://github.com/emscripten-ports (probably it's also my poor experienc…
-
-
Emulator has a black screen on the OpenGLES port code path.
-
No idea if this is reasonable or even possible, but a web browser WASM port with emscripten would be pretty cool. Don’t know if dynarmic can be ported to WASM though.
Porting doesn’t seem to be a p…
-
Hi,
I've got MIDI audio working in the web port.
Relevant changes at https://github.com/midzer/OpenClaw/tree/emscripten
Have a nice week
midzer
-
I'm trying to port my game engine using Emscripten:
https://github.com/ryanpcmcquen/basque
The command I am using is:
```
emcc -s USE_SDL=2 -s USE_SDL_IMAGE=2 -s USE_SDL_MIXER=2 -s USE_SDL_TTF…
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- [X…
hoihu updated
5 months ago
-
Looking in SDL_video I can't quite find this implemented, and it appears it doesn't work.
Apparently three ways to go here:
- **A.** Some way to use the mobile **OS Keyboard**
- **B.** Implemen…
-
Hi,
I've ported the game in the browser: https://midzer.de/wasm/li-ri/
Relevant changes at https://github.com/midzer/Li-Ri/tree/emscripten
Have a nice week
midzer