Lann

Results 372 comments of Lann

"Quite tricky". I tried, but it would basically require having two completely different copies of the v1->v2 logic.

Aha thanks! Feel free to resolve this unless you'd like to keep it for tracking.

There isn't very much code in `(Resolved)AppSource`; could you clarify which part(s) of it would be useful to share?

`ResolvedAppSource` exists for `spin up` to be able to "partially load" an app just to make trigger-specific `--help` work properly. Since the shim (presumably) doesn't need to do that I...

> `127.0.0.1/8` ...and `::1`; or use https://doc.rust-lang.org/std/net/enum.IpAddr.html#method.is_loopback

> ...IP addresses that name resolves to will be permitted until wasi:sockets/ip-name-lookup is called again. called again with the same hostname?

Given that we don't enforce `allowed_outbound_hosts` until runtime, maybe the validation step would only be a warning, e.g. `allowed_outbound_hosts = [...] overlaps with disallowed_outbound_hosts` or something.