-
Hey there! Its amazing that you also offer an async runtime with synchronization primitives etc. for the web. And it works well enough, if you use it from the main thread.
However I did notice that…
-
### Feature description
There are several requests for WASM (webworkers,...). Please add WASM32-WASI with NN WIT support
### Feature motivation
Solutions like WASMEdge allow for LLM inference…
-
### Issue
Slowness
### Solution
Instead of using just the main thread with a canvas that needs to render,
It would be faster to use a [**WebWorker**](https://developer.mozilla.org/en-US/docs/Web…
-
Is there a way to add resource limits to webworkers or check their current resource usage?
Chrome has support for the following:
```
window.performance
```
With this you can check current RAM u…
-
# Description
Add unit tests for the webworker, based on the old/new implementation, which should provide seamless results.
## Context
As recently the webworker has been changed with https://…
cnotv updated
4 months ago
-
We should explore the possibilities of loading the transformers in WebWorkers and if it's a worthy addition.
Possible problems:
- The transformers don't work within WebWorkers. I know that Socket.IO …
-
Any ideas how to create, spawn and work with WebWorkers inside Dioxus?
I am referring to this [Using web workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers)
-
Possibly a bug in Jalangi2.
- launch jalangi2 proxy @ bc854106567f0d30c4e0aab0bc02ea9d5692a28c
- navigate to http://www.w3schools.com/HTML/html5_webworkers.asp
- click "Start Worker"
Expected behavio…
-
- Playing sounds?
- Thread pool for collision check?
- Consuming and parsing network payloads?
-
### CheckList
- [X] I agree to follow this project's Code of Conduct
- [X] I have read and followed the [Contributing Guide](https://github.com/fabricjs/fabric.js/blob/master/CONTRIBUTING.md)
- [X] I…