Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
version_17
/
.
/
test
/
empty.fromasm
blob: a8d289e29c88ca7fd99640dacf1e72ecc3ff3ca6 [
file
] [
log
] [
blame
]
(
module
(
import
"env"
"memory"
(
memory $0
256
256
))
(
import
"env"
"table"
(
table
0
0
anyfunc
))
(
import
"env"
"memoryBase"
(
global
$memoryBase i32
))
(
import
"env"
"tableBase"
(
global
$tableBase i32
))
(
data
(
get_global $memoryBase
)
"empty.asm.js"
)
)