-
Hello!
In testing ~8 different small games of mine with love.js, most of them work great, but there are a couple (a Super Mario clone and a Pokémon clone) that seem to run very slow in the browser …
-
## Proposal
Starting with Pyodide v0.22.0 we should only update Emscripten at the same time as we update Python.
### Motivation
Until https://github.com/emscripten-core/emscripten/issues/1591…
-
I'm currently landing a new test `test_atomic_wait64_notify` which is failing under wasm2js:
```
test_atomic_wait64_notify (test_core.wasm2js1.test_atomic_wait64_notify) ... Clearing existing test…
-
Hi,
I added ffmpeg to my project. I add USE_FFMPEG=1 flags to compiler and linker (via cmake).
I see ffmpeg correctly downloaded and built in my local `.emscripten_cache`, in `asmjs/port-builds`…
-
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…
-
Hi,
I found emcc produce wrong code on this test case:
```c
#include
#include
union {
uint64_t c;
int32_t a;
} d;
int32_t a = 0;
int32_t e = 0;
uint64_t *f = &d.c;
static int32_t…
-
I am trying to compile WASM for a library using the instruction which I found on this page:
https://emscripten.org/docs/compiling/Building-Projects.html
It says _"To build with Emscripten, you wou…
-
I am using the latest pull from the repo as of today. I am trying to build the docker image using ubuntu under wsl2.
The build in README says to use this build syntax.
```
docker build \
-…
-
### What is the issue with the HTML Standard?
It has been reported that an attacker that has DOM clobbering powers (weak), can potentially escalate it to XSS attack (stronger).
Several public CV…
-
Hi! 👋
I'm starting to work on emscripten-forge a bit these days, and ran into the following problem, where @DerThorsten asked me to raise an issue.
In our pyjs [recipe](https://github.com/emscr…