-
Hello
I've noticed some issues when using cmake-rs to build a project for the wasm32-unknown-emscripten target:
1- Build failure when the host is windows:
```
thread 'main' panicked at C:\Users\runne…
-
See: https://github.com/floooh/sokol/issues/407#issuecomment-2480549987
TL;DR:
- clean up the confusion between DOM element id and selector strings
- change `sapp_desc.html5_canvas_name` to `sa…
-
-
Currently, building for emscripten fails with:
```
/SourceExternal/EASTL/test/packages/EABase/include/Common\EABase/config/eaplatform.h:623:3: error: Unknown platform
#error Unknown platfor…
julhe updated
1 month ago
-
I see that there are wasm_mvp, wasm_threads and wasm_eh targets being built in CI however I get a number of errors trying to build locally
Are there instructions on how to build and test a wasm ext…
-
I tried:
```
$ cd libs/zflecs
$ zig build test -Dtarget=wasm32-emscripten --sysroot $HOME/code/emsdk/upstream/
```
```
zig build-lib zflecs Debug wasm32-emscripten: error: error(compilation)…
-
Are we still building emscripten outside of CMake?
-
-
I'm getting this error when compiling with Emscripten:
> solver.c:32:2: error: call to undeclared function '_mm_pause'; ISO C99 and later do not support implicit function declarations [-Wimplicit-f…
-
Hi, I am building DiligentEngine using Emscripten on Windows with WebGPU, and I used dawn as the native implementation of WebGPU, there are a lot of type name errors, such as :
> DiligentCore/Graph…