pchickey commented on issue #7442:
So this is actually a design question that I think we need to figure out - right now we are exposing the filesystem and the various cli interfaces beyond stdio to the
wasmtime serve
component, not just strictly thewasi:http/proxy
world, because the component adapter doesn't (yet!) have support for not importing those interfaces.I had kind of just assumed
wasmtime serve
would converge on just exposing the proxy world once we fixed the component adapter, but also I did not mention that to anyone or track it as a bug anywhere. But, before we add support for actually using the non-canonical filesystem and cli interfaces, lets figure out what the design is here and how we'll get to the promised land of proxies while leaving it open to extensions as well.
fibonacci1729 commented on issue #7442:
Thanks for pointing that out @pchickey, i completely overlooked that
proxy
isn't exposing these interfaces yet.
Last updated: Nov 22 2024 at 17:03 UTC