forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -s BINARYEN_TRAP_MODE='clamp' to prevent WASM integer overflow ex… (
envoyproxy#61) * Add -s BINARYEN_TRAP_MODE='clamp' to prevent WASM integer overflow exceptions. * Add the clamp flag to the Makefile for missing_cpp.wasm
- Loading branch information
Showing
23 changed files
with
16,267 additions
and
14,663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
14,883 changes: 7,619 additions & 7,264 deletions
14,883
examples/wasm/envoy_filter_http_wasm_example.wat
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
3,492 changes: 1,841 additions & 1,651 deletions
3,492
test/extensions/access_loggers/wasm/test_data/logging.wat
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+10.9 KB
(100%)
test/extensions/filters/http/wasm/test_data/async_call_cpp.wasm
Binary file not shown.
2,789 changes: 1,480 additions & 1,309 deletions
2,789
test/extensions/filters/http/wasm/test_data/async_call_cpp.wat
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+10.8 KB
(100%)
test/extensions/filters/http/wasm/test_data/headers_cpp.wasm
Binary file not shown.
2,813 changes: 1,492 additions & 1,321 deletions
2,813
test/extensions/filters/http/wasm/test_data/headers_cpp.wat
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+11.6 KB
(100%)
test/extensions/filters/http/wasm/test_data/metadata_cpp.wasm
Binary file not shown.
2,832 changes: 1,504 additions & 1,328 deletions
2,832
test/extensions/filters/http/wasm/test_data/metadata_cpp.wat
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.