Skip to content

Commit

Permalink
Review: add warning and fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Feb 25, 2021
1 parent 2077a4e commit fda8ed6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/envoy/extensions/wasm/v3/wasm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ message VmConfig {
bool nack_on_code_cache_miss = 6;

// Specifies environment variables to be injected to this VM which will be available through
// WASI's `environ_get` and `environ_get_sizes` system calls. Note that these functions are mostly implicitly
// WASI's ``environ_get`` and ``environ_get_sizes`` system calls. Note that these functions are mostly implicitly
// called in your language's standard library, so you do not need to call them directly and you can access to env
// vars just like when you do on native platforms.
// Warning: Envoy rejects the configuration if there's conflict of key space.
EnvironmentVariables environment_variables = 7;
}

Expand Down
3 changes: 2 additions & 1 deletion generated_api_shadow/envoy/extensions/wasm/v3/wasm.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fda8ed6

Please sign in to comment.