Skip to content

Commit

Permalink
review: clarify direction.
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora committed Dec 2, 2024
1 parent 5e46d91 commit 72cc3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ It is expected that the host environment is completely trusted and compliant
with the [Proxy-Wasm ABI specification] (currently v0.2.1).

This means that receiving unexpected callback, status, lifecycle flow and/or
incorrectly serialized parameters is considered a permanent failure and will
result in a `panic`.
incorrectly serialized parameters from the host environment is considered
a permanent failure and will result in `panic`.

## Testing

Expand Down

0 comments on commit 72cc3e4

Please sign in to comment.