-
While working on the refactoring of the tool, I have seen that a key piece for implementing the SPARQL part of the tool is reqwest.
The thing is that we are currently following a blocking approach…
-
I tried to compile a hello-world with gambit-c and wasi-sdk:
1. Install `wasi-sdk-bin` and `gambit-c` on Arch Linux
2. Set WASI_SDK_PATH, on fish it would be `set -gx WASI_SDK_PATH /opt/wasi…
-
Two of the the underlying libraries used for the GUI of neophyte, `winit` and `wgpu`, support compiling to WebAssembly and using WebGPU in the browser.
- https://docs.rs/winit/0.30.5/wasm32-unknown…
ctsrc updated
1 month ago
-
I'm trying to compile the library under wasm32-unknown-unknown to be used inside the browser through wasm-pack.
There has been somewhat recent work to support this more in the rust compiler [here](…
Specy updated
3 weeks ago
-
# Error Info
Error name: Error
Error message: panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wgpu-hal-0.21.1/src/gles/device.rs:775:52:
called `Result::unwrap()` on a…
-
Hi, I maintain a library that depends on onnxruntime-web that people frequently use with nextjs. I maintain a nextjs example [here](https://github.com/ricky0123/vad/tree/45a788c146fd784b141360a0ff641b…
-
Hey Ben,
I would love to use a wasm version of text-splitter in the web application https://github.com/do-me/SemanticFinder. Currently it only supports chars, words, sentences, regex and tokens bu…
do-me updated
7 months ago
-
would be curious to see a rust implementation.
Since we have a monorepo (thanks to @crashmax-dev) we can just add new package for wasm and use both tech, so we can compare the results :)
Later…
-
This is something I touched on recently while looking at what would it take to make possible for https://github.com/duckdb/uc_catalog to work in a Web context.
Problem is basically how to wrap a mini…
-
### Describe the bug
When using `IJSRuntime.InvokeAsync(...)` to invoke a JS function that returns an HTML element, the following exception is thrown:
```
Unhandled exception rendering compon…