Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/o4-moar
/
.
/
test
/
imported_memory.wast.fromBinary
blob: c47e6cd79dd07a937bcc02ef44058036c5e44448 [
file
] [
edit
]
(
module
(
import
"env"
"memory"
(
memory $0
256
256
))
(
import
"env"
"table"
(
table $timport$1
256
256
anyfunc
))
)