-
```
git clone git@github.com:ShravanSunder/hnswlib-wasm.git
cd hnswlib-wasm
yarn install
make rebuild
yarn build
```
results in these errors:
```zsh
mkdir -p lib
em++ -O3 -fwasm-exceptio…
-
Rendering and user input handling in sb2cpp programs are done during `Program.Delay()` calls and while not running any Small Basic code. This works but it is not usable with some platforms, notably Em…
-
I'm taking a peek at my WebGPU bindings JSPI support test, and I find that after updating to latest Emscripten, I now start getting this error:
```
Uncaught RuntimeError: attempting to suspend wit…
-
### Description of Issue
Seems currently MaterialX support is disabled when building with emscripten, as per this log message:
`The following components were disabled because they are not compatible…
-
I was trying to use embedded files from Emscripten (https://emscripten.org/docs/porting/files/packaging_files.html) with sokol_fetch but it seems like sokol_fetch always makes a http request in a web …
-
How did you managed to compile with `emcc`? I'm using it like `emcc -v -std=c++11 -s MODULARIZE=1 -s LEGACY_VM_SUPPORT=1 -s WASM=0 rnn.cc`, but it does not work properly...
-
Allow using raylib-chaiscript on the web.
-
### Platform
libretro / Retroarch
### Compiler and build tool versions
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.53 (ce5114bdd2175c7297583d3c25a53ca95d22f4ce)…
-
I see this
https://github.com/llvm/llvm-project/blob/e8b95a02bff8498c888ed5e85d0197ec82b95cd6/clang/lib/Interpreter/CMakeLists.txt#L1-L48
Well this generates the following link.txt
```
│ │ $B…
-
I've been experimenting with using the [`anywidget`](https://anywidget.dev/en/) package as a way of bundling wasm packages so that they can be called from a python kernel (e.g. [`pandoc`](https://gith…