diff options
Diffstat (limited to 'test/br_to_try.wasm.fromBinary')
-rw-r--r-- | test/br_to_try.wasm.fromBinary | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/br_to_try.wasm.fromBinary b/test/br_to_try.wasm.fromBinary new file mode 100644 index 000000000..8aa1bdd5e --- /dev/null +++ b/test/br_to_try.wasm.fromBinary @@ -0,0 +1,20 @@ +(module + (type $none_=>_none (func)) + (type $i32_=>_none (func (param i32))) + (event $event$0 (attr 0) (param i32)) + (func $0 + (try $label$3 + (do + (block $label$1 + (br $label$1) + ) + ) + (catch $event$0 + (drop + (pop i32) + ) + ) + ) + ) +) + |