Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/1.38.10
/
.
/
test
/
memorygrowth-minimal.fromasm.imprecise
blob: 4f308717efbee13a51e524be6a3d652f5eebe5a4 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
import
"env"
"memory"
(
memory $0
256
))
(
export
"__growWasmMemory"
(
func $__growWasmMemory
))
(
func $__growWasmMemory
(;
0
;)
(
param $0 i32
)
(
result i32
)
(
grow_memory
(
get_local $0
)
)
)
)