diff options
Diffstat (limited to 'c/wasi-http/wit')
-rw-r--r-- | c/wasi-http/wit/wasi-http/0.2.0/proxy.wit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c/wasi-http/wit/wasi-http/0.2.0/proxy.wit b/c/wasi-http/wit/wasi-http/0.2.0/proxy.wit index 687c24d..60b9932 100644 --- a/c/wasi-http/wit/wasi-http/0.2.0/proxy.wit +++ b/c/wasi-http/wit/wasi-http/0.2.0/proxy.wit @@ -20,6 +20,8 @@ world proxy { /// when this import is properly removed. import wasi:cli/stdin@0.2.0; + import wasi:cli/environment@0.2.0; + /// This is the default handler to use when user code simply wants to make an /// HTTP request (e.g., via `fetch()`). import outgoing-handler; |