Geoff Goodman

Results 18 issues of Geoff Goodman

In a plugin, I would like to be able to indicate that the result of an `onResolve` hook should be treated as a new entrypoint in the same build. When...

As a newcomer coming to the Component Model, I was struggling to understand what a ID _meant_ in the context of a WIT file. To help myself and others following...

In [this repo](https://github.com/ggoodman/wasi-import-repro), I've shown two scenarios where code that is functionally identical produces very different WASM binaries. ### Setup The two scenarios I'm testing are for a rust `cdylib`...

I'm looking to use QuickJS as compiled to the WASI target and I noticed that certain libc calls like `fd_write()` were sneaking in. By reviewing the WASM textual representation, I...

### What is the problem this feature will solve? With the #51977 having landed, we're moving to a world where the logical graph will cross freely to and from CJS...

feature request
loaders

In Mongoose 3.8.x, it appears that `Query::bind()` is not being called automatically at the time of query creation. As a result, when I make a call to `query.cache()`, no `Cache`...

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...