Sign in
◑
Theme
chromium
/
v8
/
v8
/
73cbb23b7930d05cbd3ef48bacdfe8ed195ef61b
/
.
/
test
/
unittests
/
wasm
/
wasm-disassembler-unittest-stringref.wat.inc
blob: 9cae0e74561a38eb81123d8891faeb752ebe77c9 [
file
]
;;
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
)
)
;;)---"
;