-
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…
-
Currently the SDL implementation in Emscripten assumes it is running on the main thread, according to the [SDL Emscripten README](https://wiki.libsdl.org/SDL2/README/emscripten). This is a problem bec…
-
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…
-
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…
-
## Original issue:
[~mrms/tophat#14](https://todo.sr.ht/~mrms/tophat/14)
## Initial message:
I think it's possible to generate an emscripten .data file, without needing emscripten itself. The ratio…
-
Not sure if it works with Visual Studio compiler, but we should at least try it with msys2 / mingw64
relevant thread:
https://forum.openframeworks.cc/t/webview-of-integration-how-to-dispatch/4046…
-
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*…
-
## error log | 日志或报错信息
Building Library\Bee\artifacts\WebGL\build\debug_WebGL_wasm\build.js failed with output:
[parse exception: attempted pop from empty stack / beyond block start boundary at 21…
-
Could there be an option to disable these emscripten input callbacks from getting registered. They're causing a lot of issues when trying to mess with html elements.
emscripten_set_keydown_callbac…
-
I've seen an example of emscripten in conan1, but it doesn't seem to be in conan2, what can I do to compile wasm in conan2?