Stream: git-wasmtime

Topic: wasmtime / issue #6272 feat(http): allow custom `Outgoing...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 24 2023 at 16:14):

jameysharp commented on issue #6272:

I think it makes the most sense for @pchickey to review this, but Pat, I'm happy to do it if you'd like me to.

view this post on Zulip Wasmtime GitHub notifications bot (May 11 2023 at 20:43):

brendandburns commented on issue #6272:

one small comment, but generall LGTM.

What is the use-case for a user supplying their own handler? Different TLS implementations?

view this post on Zulip Wasmtime GitHub notifications bot (May 12 2023 at 06:12):

rvolosatovs commented on issue #6272:

one small comment, but generall LGTM.

What is the use-case for a user supplying their own handler? Different TLS implementations?

A custom TLS implementation (e.g. selecting a set of trust roots) is definitely one generally useful use case. Our use case at Cosmonic/wasmCloud is that we need to be able to determine at runtime whether the guest should be allowed to make outgoing HTTP requests at all or not

view this post on Zulip Wasmtime GitHub notifications bot (Oct 19 2023 at 10:35):

rvolosatovs commented on issue #6272:

Not necessary anymore now that we have https://github.com/bytecodealliance/wasmtime/pull/7288


Last updated: Oct 23 2024 at 20:03 UTC