node/deps/v8/test/unittests/wasm/wasm-disassembler-unittest-stringref.wat.inc
Michaël Zasso 1d29d81c69 deps: update V8 to 12.3.219.16
PR-URL: https://github.com/nodejs/node/pull/52293
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
2024-04-19 08:39:47 +00:00

14 lines
265 B
PHP

;; expected = R"---(;; This is a polyglot C++/WAT file.
;; Comment lines are ignored and not expected in the disassembler output.
(module
(rec
(type $type0 (func))
)
(string "foo" (;0;))
(func $func0
string.const "foo" (;0;)
drop
)
)
;;)---";