-
I have native code on an amd64 machine where I am able to use SDL via Chez's excellent FFI. I am exploring options for making the same code working in the browser. I am able to compile Chez for emscri…
-
I came across this error when trying to build wasm artifact of [this repository](https://github.com/daquexian/onnx-simplifier) ( branch `v0.4.36` ) using ninja.
The `emsdk` version that I used was …
-
With the latest Emscripten:
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.73-git (299be0bbfbbadfa926cb69380f0fffa3703b26c7)
```
This interactive audio worklet …
-
This isn't really an issue so much as a feature proposal...
I work with disk images in my emulator - and they have FAT file systems, and those filesystems could use a file browser.
It would be c…
-
When generating with fake scoped enums disabled, using the latest [emscripten webgpu.h](https://github.com/emscripten-core/emscripten/blob/main/system/include/webgpu/webgpu.h), I see multiple compilat…
-
I'm building Python 3.8.10 using emscripten. I used the same command line like https://rdb.name/panda3d-webgl.md. But these error accured.
`READELF=true BASECFLAGS="-s FILESYSTEM=0 -s DISABLE_EXCEPTI…
-
Now that it works in VSTi/CLAP, therefore the double-float handler can be re-used in a web browser/app via emscripten's WebAudio handler. WebMIDI is trivial to wire up.
Get cracking.
-
I discovered a couple of things while working on some unrelated stuff (enabling bulk memory and nontrapping-fp by default).
While doing that I wrote #7043 to make testing on the emscripten side easie…
-
Hi, I'm curious what the challenges to move forward with emscripten threading.
As of today:
> Emscripten has support for multithreading using SharedArrayBuffer in browsers. That API allows shari…
-
### Version/Branch of Dear ImGui:
Version: any , Branch: any
### Back-ends:
- imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
- imgui_impl_glfw.cpp + imgui_impl_wgpu.cpp ( with examples/libs/e…