Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
decompile
/
passive-data.txt
blob: e7b622a512b99fcbcbfba76f3defceb99f045123 [
file
] [
edit
]
;;; TOOL: run-wasm-decompile
(memory 1)
(data $p "x")
(;; STDOUT ;;;
memory M_a(initial: 1, max: 0);
data d_a(passive) = "x";
;;; STDOUT ;;)