Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
roundtrip
/
inline-export-memory.txt
blob: 287a3e256279023788ebd475b911b05fbddcef69 [
file
] [
edit
]
;;; TOOL: run-roundtrip
;;; ARGS: --stdout --inline-export
(module
(memory $foo 0)
(export "foo" (memory $foo)))
(;; STDOUT ;;;
(module
(memory (;0;) (export "foo") 0))
;;; STDOUT ;;)