Guy Bedford

Results 1051 comments of Guy Bedford

Yes that's correct - so the test programs use environment variables to know where to send the requests, and are implemented as commands which use WASI HTTP outgoing handler as...

Very interesting, would be great to see something like this. While having this shape of API for the blank worker use case makes a lot of sense, for the use...

There will be two separate module objects - module source objects, and module instance objects. The reason for this is that one source can have multiple instances.

@syg I'm in the process of rebasing the HTML PR to the latest spec changes. but the host hook doesn't actually integrate into the HTML PR - it's entirely defined...

Global environment functions referencing files would be global dependency additions, while task-local environment functions referencing files would be task-specific dependency additions.

Chomp doesn't trace JS dependencies or provide dependency tracing primitives. It would be great if it did something like that one day. The best bet for Chomp here is just...

Ah, yeah this sounds like an issue that we don't support Alpine builds. I would suggest `cargo install chompbuild` in this case.

This is because we use the `bin-wrapper` dependency for the Node.js support via https://www.npmjs.com/package/bin-wrapper. That project seems to now be unmaintained. Forking it and updating the dependencies and pushing a...

Not currently, but it seems a good idea to me.

It could be interesting to explore having engines be pluggable via extensions. And also to have some kind of `chomp --list-engines`. Would be amazing if someone wants to pick this...