@@ -11,7 +11,7 @@ following tracks:
11
11
Each track is described in more detail below, with owners and ETAs listed for
12
12
efforts currently in development. This roadmap should not be construed as a set
13
13
of commitments, but rather a set of directions that are subject to change in
14
- response to community interest and investment .
14
+ response to community interest and contributions .
15
15
16
16
The overarching goals of this document are to:
17
17
@@ -31,15 +31,16 @@ The overarching goals of this document are to:
31
31
* Repeated header support (proxy-wasm/spec #53 )
32
32
* (Help wanted) WASI convergence. We want to adopt the component model at WASI
33
33
1.0. There is a lot of overlap between Proxy-Wasm and some WASI proposals
34
- (wasi-http, wasi-keyvalue, etc). In the short term, we'd like to define the
35
- Proxy-Wasm ABI in
34
+ ([ wasi-http] ( https://github.com/WebAssembly/wasi-http ) ,
35
+ [ wasi-keyvalue] ( https://github.com/WebAssembly/wasi-keyvalue ) , etc). In the
36
+ short term, we'd like to define the Proxy-Wasm ABI in
36
37
[ WIT] ( https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md ) ,
37
38
to understand:
38
39
* How do
39
40
[ Proxy-Wasm interfaces] ( https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/main/include/proxy-wasm/context_interface.h )
40
41
map to components?
41
42
* What are the API gaps? How should we evolve Proxy-Wasm to become
42
- WASI-compatible?
43
+ WASI-compatible? What are good incremental steps?
43
44
* Are there any performance gaps?
44
45
* (Help wanted) Evaluate uses of foreign functions to identify feature gaps.
45
46
* For example, Envoy
@@ -66,7 +67,7 @@ The overarching goals of this document are to:
66
67
[ Lua filter] ( https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/lua_filter )
67
68
* Could benefit NGINX's Lua-based [ OpenResty] ( https://openresty.org/ )
68
69
ecosystem
69
- * (Help wanted) Optimize Rust SDK module size. It seems compiler dead-code
70
+ * (Help wanted) Optimize Rust SDK binary size. It seems compiler dead-code
70
71
elimination is thwarted by the use of Context traits.
71
72
72
73
<a name =" host " ></a >
0 commit comments