James M Snell
James M Snell
TODOs... * [x] ~~Review Asan failures reported in github CI~~ * [x] ~~Add original raw specifier to `ResolveContext` https://github.com/cloudflare/workerd/pull/1553#discussion_r1458595367~~ * [x] ~~Ensure the fallback service can return a module with...
Separated out a couple of the smaller changes to separate PRs in #1823 and #1824
Separated a bit more of this out into a separate PR https://github.com/cloudflare/workerd/pull/1977 ... just trying to shrink the size a bit more.
@fhanau .. I believe I've addressed all the feedback thus far.
Superseded by https://github.com/cloudflare/workerd/pull/2137
> Sorry to ask this after all this code is written, but why not implement this in JavaScript? Seems like a good candidate: not widely used, not too complicated, contains...
Our current focus is on enabling the WebGPU APIs that are needed primarily for AI applications, but will explore if graphics rendering would be possible. It's hard to say for...
I've already got it on my list for when I continue working on the node.js compat
Labeling this with the `nodejs compat` label only because this is a prereq for having proper tests for the `node:net` implementation
> We should verify what the Cloudflare stack does with HTTP CONNECT requests today. Hopefully they don't make it through to the edge runtime. If they do, we need to...