Skip to content

Commit 55db3bb

Browse files
committed
Few nits and links
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 2e09fbf commit 55db3bb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/Roadmap.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ following tracks:
1111
Each track is described in more detail below, with owners and ETAs listed for
1212
efforts currently in development. This roadmap should not be construed as a set
1313
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.
1515

1616
The overarching goals of this document are to:
1717

@@ -31,15 +31,16 @@ The overarching goals of this document are to:
3131
* Repeated header support (proxy-wasm/spec#53)
3232
* (Help wanted) WASI convergence. We want to adopt the component model at WASI
3333
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
3637
[WIT](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md),
3738
to understand:
3839
* How do
3940
[Proxy-Wasm interfaces](https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/main/include/proxy-wasm/context_interface.h)
4041
map to components?
4142
* What are the API gaps? How should we evolve Proxy-Wasm to become
42-
WASI-compatible?
43+
WASI-compatible? What are good incremental steps?
4344
* Are there any performance gaps?
4445
* (Help wanted) Evaluate uses of foreign functions to identify feature gaps.
4546
* For example, Envoy
@@ -66,7 +67,7 @@ The overarching goals of this document are to:
6667
[Lua filter](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/lua_filter)
6768
* Could benefit NGINX's Lua-based [OpenResty](https://openresty.org/)
6869
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
7071
elimination is thwarted by the use of Context traits.
7172

7273
<a name="host"></a>

0 commit comments

Comments
 (0)