Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm support? #367

Closed
yiwiz-sai opened this issue Nov 25, 2021 · 2 comments
Closed

wasm support? #367

yiwiz-sai opened this issue Nov 25, 2021 · 2 comments

Comments

@yiwiz-sai
Copy link

yiwiz-sai commented Nov 25, 2021

Is there possible to support wasm load? as same as envoy
So user can do more things like traffic detection or statistics.

btw: does hitch has any benchmark document to compare with other proxy like envoy ?

@daghf
Copy link
Member

daghf commented Jun 7, 2023

Hi

Hitch adheres to the unix philosophy of "do one thing and do it well". It is a so-called "dumb" proxy - it terminates TLS and the actual payload bits are completely opaque.

As such we do not have plans to expand on Hitch to also be a wasm runtime.

@daghf daghf closed this as completed Jun 7, 2023
@daghf
Copy link
Member

daghf commented Jun 7, 2023

re benchmarks: I don't have experience with Envoy, and I don't know of any comparison benchmarks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants