summaryrefslogtreecommitdiff
path: root/test/br_to_try.wasm.fromBinary
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2021-06-19 23:06:27 -0700
committerGitHub <noreply@github.com>2021-06-19 23:06:27 -0700
commit9fc276298b36080658236f0bc93d94cdf774492c (patch)
treeb60592556b9edf4bb2dcd40034cb760c504cf576 /test/br_to_try.wasm.fromBinary
parentaae35755e1d047c1f6fba9abfd2d836feafa5f66 (diff)
downloadbinaryen-9fc276298b36080658236f0bc93d94cdf774492c.tar.gz
binaryen-9fc276298b36080658236f0bc93d94cdf774492c.tar.bz2
binaryen-9fc276298b36080658236f0bc93d94cdf774492c.zip
Remove (attr 0) from tag text format (#3946)
This attribute is always 0 and reserved for future use. In Binayren's unofficial text format we were writing this field as `(attr 0)`, but we have recently come to the conclusion that this is not necessary. Relevant discussion: https://github.com/WebAssembly/exception-handling/pull/160#discussion_r653254680
Diffstat (limited to 'test/br_to_try.wasm.fromBinary')
-rw-r--r--test/br_to_try.wasm.fromBinary2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/br_to_try.wasm.fromBinary b/test/br_to_try.wasm.fromBinary
index e52b8dcf8..288c40e01 100644
--- a/test/br_to_try.wasm.fromBinary
+++ b/test/br_to_try.wasm.fromBinary
@@ -1,7 +1,7 @@
(module
(type $i32_=>_none (func (param i32)))
(type $none_=>_none (func))
- (tag $tag$0 (attr 0) (param i32))
+ (tag $tag$0 (param i32))
(func $0
(try $label$3
(do