node/deps/v8/test/unittests/wasm/wasm-disassembler-unittest-exnref.wat.inc
Michaël Zasso 09a8440b45
deps: update V8 to 12.2.281.27
PR-URL: https://github.com/nodejs/node/pull/51362
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2024-03-31 15:36:07 +02:00

17 lines
388 B
C++

;; expected = R"---(;; This is a polyglot C++/WAT file.
;; Comment lines are ignored and not expected in the disassembler output.
(module
(tag $tag0)
(func $func0 (param $var0 i32) (result i32)
block $label0
try_table $label1 (result i32) catch $tag0 $label0
i32.const 0
br $label1
end $label1
br 1
end $label0
i32.const 0
)
)
;;)---";