Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/drop2
/
.
/
test
/
memory-import.wast.fromBinary.noDebugInfo
blob: 9709e1003beaed3f266572dc4453f391156bfbec [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $none_
=>
_i32
(
func
(
result i32
)))
(
import
"env"
"memory"
(
memory $0
1
1
))
(
func $0
(;
0
;)
(
result i32
)
(
i32
.
load offset
=
13
(
i32
.
const
37
)
)
)
)