Files
Kmake/deps/v8/test/unittests/wasm/wasm-disassembler-unittest-stringref.wat.inc
2026-05-26 23:36:42 -07: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
)
)
;;)---";