apoxy-dev / proximal

WebAssembly dev environment for Envoy Proxy. Iterate on your HTTP/TCP middleware in seconds!
https://apoxy.dev
Apache License 2.0
54 stars 0 forks source link

JavaScript support + example #3

Open theRealWardo opened 1 year ago

theRealWardo commented 1 year ago

wouldn't it be nice if you could write high performance Envoy extensions in the #1 most used language in the world?

This requires a good bit of technical work, but it should be doable if we build on wasmedge-quickjs

theRealWardo commented 1 year ago

Second State wrote a good article on this - https://www.secondstate.io/articles/run-javascript-in-webassembly-with-wasmedge/