-
ba5aecafd6d67baace3f03e56cf3385f3324e539
```
[Child 561, StreamTrans #265] WARNING: Failed to retrieve memory telemetry for ResidentPeak: file /boot/home/src/gecko-dev/xpcom/base/MemoryTelemetry.cpp…
-
Similar to [whisper.cpp](https://github.com/ggerganov/whisper.cpp) and the [WebAssembly Support](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm), does faster-whisper have s…
-
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 …
-
Crash log:
```
> Task :react-native-webassembly:buildCMakeDebug[armeabi-v7a] FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-we…
-
Since WASI has a `random_get()` function, I expected to be able to use `std::random_device` from C++ when compiling with `-s PURE_WASI`.
**Version of emscripten/emsdk:**
emcc (Emscripten gcc/clang…
-
Context for anyone interested.
@argentite was able to run `clang-repl` in the browser and this is how we was able to accomplish this
1) He built `llvm` (clang, lld) for `emscripten-wasm32`
2) He…
-
Repro: get `release-artifacts` from CI output of latest revision in https://github.com/WebAssembly/wasi-sdk, which uses llvm 19.1.0. Then compile the following program:
```c++
#include
int mai…
-
Enabling LTO in the side module breaks the loading of the side module. To reproduce the error one can use the following code:
`catch.hpp:`
```c++
#include
#include
#include "emscripten.h"
…
gl84 updated
2 months ago
-
**Description**
Currently, to utilize blackscholes-rust, we need to compile the application on a normal server. However, as the development landscape evolves, there is a significant shift towards usi…
day01 updated
4 months ago
-
I have setup a test environment with libeigen3-dev installed (/usr/include/eigen3)
The webassembly block
https://github.com/mil-tokyo/webdnn/blob/afe16593463b3ee9519d285baf693547fd5f25f9/src/graph…