-
This is a regression in 3.1.70, on previously tested version 3.1.56 it worked correctly. My application gets undefined reference to __embind_initialize_bindings during runtime.
There is a code whic…
-
## Background
[Pyodide](https://github.com/pyodide/pyodide) is a wasm build of CPython, which support loading 3rd-party packages with pure-python wheels or [emscripten wheels](https://pyodide.org/e…
-
### Describe what you are looking for
WASM support for SIMD discussion: https://github.com/emscripten-core/emscripten/issues/12714
emscripten SIMD Docs https://emscripten.org/docs/porting/simd.htm…
-
When making a web build for Emscripten, and linking ziglua with the Emscripten system headers, linking fails with an error like:
```
/Users/ccuddigan/.cache/zig/p/1220f93ada1fa077ab096bf88a5b159ad…
-
The `emscripten/emsdk:3.1.57` container doesn't contain `tsc` so the `--emit-tsd` flag doesn't work by default.
It would be nice if the Docker container could contain `tsc` by default.
**Reprodu…
-
This is in the latest Emscripten:
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.73-git (299be0bbfbbadfa926cb69380f0fffa3703b26c7)
```
Building any of the Audio…
-
See: https://github.com/sezero/SDL/actions/runs/11342398480/job/31542840236
Something about python, which I don't know anything about.
-
## 🐛 Bug
I'm unable to compile pyodide using the latest version on the main branch (a5386c86b86135bda9c6f5d2d4f214726bacb7af) on the latest version of MacOS.
### To Reproduce
I'm following th…
-
Setup:
```shell
mkdir has_named_pipe
mkfifo has_named_pipe/named_pipe
```
File `a.c`:
```C
#include
#include
#include
#ifdef __EMSCRIPTEN__
#include
#endif
int count_entries(char*…
-
Actually Zig isn't enabling LTO on release targets ( wasm32 in particular). Enabling it manually gives this warning during linking.
```bash
$ zig build run-clear -Dtarget=wasm32-emscripten -Doptim…