itowlson

Results 479 comments of itowlson

We don't have the concept of non-public templates and I'm not sure I see mixing "examples" in with templates as positive. The nice thing about examples is that you can...

An initial implementation of Postgres has now landed, and there's also an implementation of MySQL in PR. My suggestion is we close this issue, and open more specific issues for...

The templates do take care of it, so closing. Please reopen if anyone feels we should publish manual instructions too!

👍 Thanks - removed that remark from the issue!

@0xcodeboi Some sort of infrastructure that would allow a manifest to be run through a set of validators seems sensible. As you note, it might be more long term, though...

Ooh, this might come in useful for embedding scenarios too - one of the things I ran into linking with a C `main` was missing imports. (Although I suppose then...

I know you had already decide to rethink this so forgive me if I'm jumping the gun. From your description this morning, I think this is a really useful and...

Yes, that error's happening within the Bindle `StandaloneRead::push` function.

@danbugs If you want to pass your own `Box`, and are at the level where you could call `capture_io_to_memory` yourself, you could construct a `ModuleIoRedirects` directly. `capture_io_to_memory` just encapsulates a...

That's exactly right. If you have your WasiFiles already, you can call `ModuleIoRedirects::new` directly, and pass that to `prepare_component`. (At least, you'll be able to if that PR is accepted.)...