diff options
author | Heejin Ahn <aheejin@gmail.com> | 2021-06-18 14:20:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 14:20:03 -0700 |
commit | 28e88b9f993a2e45662fde0b10920aa22e7b1b7f (patch) | |
tree | 77bbd5f1dd1bfcb089b12f6fa9fcf828c135c099 /test/passes/metrics_all-features.txt | |
parent | 97e277c51218778d1d76fd59fed3b4ca7756382e (diff) | |
download | binaryen-28e88b9f993a2e45662fde0b10920aa22e7b1b7f.tar.gz binaryen-28e88b9f993a2e45662fde0b10920aa22e7b1b7f.tar.bz2 binaryen-28e88b9f993a2e45662fde0b10920aa22e7b1b7f.zip |
[EH] Replace event with tag (#3937)
We recently decided to change 'event' to 'tag', and to 'event section'
to 'tag section', out of the rationale that the section contains a
generalized tag that references a type, which may be used for something
other than exceptions, and the name 'event' can be confusing in the web
context.
See
- https://github.com/WebAssembly/exception-handling/issues/159#issuecomment-857910130
- https://github.com/WebAssembly/exception-handling/pull/161
Diffstat (limited to 'test/passes/metrics_all-features.txt')
-rw-r--r-- | test/passes/metrics_all-features.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/passes/metrics_all-features.txt b/test/passes/metrics_all-features.txt index 7462e768c..d58bd54f9 100644 --- a/test/passes/metrics_all-features.txt +++ b/test/passes/metrics_all-features.txt @@ -1,5 +1,4 @@ total - [events] : 2 [exports] : 0 [funcs] : 1 [globals] : 1 @@ -7,6 +6,7 @@ total [memory-data] : 9 [table-data] : 3 [tables] : 1 + [tags] : 2 [total] : 30 [vars] : 1 Binary : 1 @@ -23,8 +23,8 @@ total (data (i32.const 0) "\ff\ef\0f\1f 0@P\99") (table $0 256 256 funcref) (elem (i32.const 0) $ifs $ifs $ifs) - (event $e0 (attr 0) (param i32)) - (event $e1 (attr 0) (param i32 i32)) + (tag $e0 (attr 0) (param i32)) + (tag $e1 (attr 0) (param i32 i32)) (func $ifs (param $x i32) (local $y f32) (block $block0 @@ -66,12 +66,12 @@ total ) ) total - [events] : 0 [exports] : 0 [funcs] : 0 [globals] : 0 [imports] : 0 [tables] : 0 + [tags] : 0 [total] : 0 [vars] : 0 (module |