-
This will enable browser support. We'll need to shim some files:
- [ ] io
- [ ] network
- [ ] tensor/ffi
It doesn't make sense to support anything besides WebGPU at this point. WASM + SIMD i…
-
Would be nice to have Deno working with Qt. Is this being considered elsewhere? If not, the following projects may be taken into account:
- Rust Qt binding crates: https://rust-qt.github.io/qt/
- …
-
Hi!
Just wanted to put a suggestion out there for the possible inclusion of the relatively new [WebCodecs API](https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API) within Deno (currently…
-
Prompted by https://matklad.github.io/2021/09/04/fast-rust-builds.html I did some profiling for build in Deno and found out that bulk of time is spent compiling "brotli" crate. We only depend on "brot…
-
Hello,
I am trying to use the sentiment model, but I get an error. This is my code:
```ts
const manager = await ModelManager.create();
const sentimentModel = await manager.createSentimentModel()…
onmax updated
2 years ago
-
Any time I try and use Deno with `npm:zeromq@6.0.0-beta.19`, running my code has absolutely no output whatsoever, even breaking `console.log()` at the beginning of the file. I've tried running with a…
-
While tauri on Linux and Windows (with a workaround) can run on a different thread rather than the main, MacOS can't. This is essential, because we don't want to block the main thread (Deno's). We hop…
-
As [deno](https://deno.land) is based on rust and supports rust plugins it should be straightforward to release oxigraph for deno.
-
I downloaded and ran the two moving rectangles starter program, but I seem to missing a driver of some sort. The full error is below. Has a solution been found for this problem?
Full error:
GlfwEr…
-
Trying to get `payload` running on Deno unstable. Module resolution seems to get confused on the `sharp` module (specifically loading its native component).
```bash
deno run --unstable --allow-rea…