Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
e1628bdbef69bfca1e7aafcb5cd8a2bd0931eec7
/
.
/
test
/
imported_memory.wast
blob: 51bd9ce461db697722581da27224837fed35343c [
file
]
(
module
(
import
"env"
"memory"
(
memory $0
256
256
))
(
import
"env"
"table"
(
table
256
256
funcref
))
)