Ryan Dahl
Ryan Dahl
Would enable the size optimization in https://github.com/denoland/deno/pull/9713
Only needs to be linux. I haven't tried it, but apparently rust nightly supports ASAN https://github.com/japaric/rust-san
FYI
We've reorganized the website. I ended up copying this logo into our repo. So if you end up changing it further please send a PR to: https://github.com/denoland/deno_website2/blob/master/public/images/deno-circle-thunder.gif
It would be useful to have a hook into reqwest's DNS resolution. Sean [suggested](https://discord.com/channels/500028886025895936/747930050674032740/790613993236463656) an interface like this: Add `ClientBuilder::dns_resolver(resolver)` which takes something like ``` trait Resolve { type Future:...
cc @guybedford
Feel free to steal prose from https://deno.com/blog/v1.8#experimental-support-for-the-webgpu-api Example using tfjs? Take some examples from here? https://github.com/crowlKats/webgpu-examples
https://github.com/denoland/deno_std/blob/24ef3e54d8eed46eae1a301684cd64f7a87e5b98/node/_process/process.ts#L74