-
I encountered an error when using dwn in a Web Worker.
Deno version:
```
deno 1.46.3 (stable, release, aarch64-apple-darwin)
```
### Steps to Reproduce
create `main.js`:
```js
new Worker(i…
-
### What is the problem this feature will solve?
It will allow bun to be used in linux distributions such as Alpine Linux or BunOS. This could also potentially solve #255.
### What is the feature yo…
-
Build scripts has too much capabilities than it would actually need. As a security measure, it may be good to perform some kind of sandboxing for them.
Things we could be restricting:
- Act as the `…
-
该提案主要目的是解决当下IOS平台上,js-process与native的通讯性能低下的问题。
可选技术方案:
- [javascriptCode](https://developer.apple.com/documentation/javascriptcore)
- 优点:高性能?
> 这是我自己自以为是的觉得,但是我和chatgpt一再确认过,它觉得即便有jit加速,在…
-
This is basically the same issue as https://github.com/DjDeveloperr/skia_canvas/issues/67 but I fixed the part that was user error (I hope), now I'm seeing this:
```
root@ubuntu-s-1vcpu-512mb-10gb…
-
I think there's a huge opportunity to explore in offering Vector as a library. Not just for Rust, but as a first-class library for a range of languages, via native FFI.
Right now, Vector serves its…
-
These are the soundness issues I'm aware of in the `high` interface:
- [ ] It erases all auto trait information attached to closure captures (read: `Send` and `Sync`)
- [x] It erases mutability requ…
-
Deno: deno 1.46.3 (stable, release, aarch64-apple-darwin)
v8 12.9.202.5-rusty
typescript 5.5.2
Command: quarto install tinytex (performed in Terminal)
Bug:
==================================…
-
-
Hi there!
Is there any plan about nix support?
Thanks in advance.