File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Development
2
2
3
+ ## Proxy-Wasm ABI compliance & trust model
4
+
5
+ It is expected that the host environment is completely trusted and compliant
6
+ with the [ Proxy-Wasm ABI specification] (currently v0.2.1).
7
+
8
+ This means that receiving unexpected callback, status, lifecycle flow and/or
9
+ incorrectly serialized parameters is considered a permanent failure and will
10
+ result in a ` panic ` .
11
+
3
12
## Testing
4
13
5
14
GitHub Actions can be executed locally using the [ ` act ` ] tool.
@@ -28,5 +37,6 @@ bazelisk run //bazel/cargo:crates_vendor -- --repin all
28
37
```
29
38
30
39
40
+ [ Proxy-Wasm ABI specification ] : https://github.com/proxy-wasm/spec
31
41
[ `act` ] : https://github.com/nektos/act
32
42
[ `bazelisk` ] : https://github.com/bazelbuild/bazelisk
You can’t perform that action at this time.
0 commit comments