Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/improve-memory-trap
/
.
/
test
/
passes
/
remove-imports.txt
blob: f4d1d5b999543633d028af9c6af9bbe0fb8a7935 [
file
] [
edit
]
(module
(memory 1024 1024)
(type $FUNCSIG$v (func))
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$d (func (result f64)))
(func $nada
(nop)
(i32.const 0)
(f64.const 0)
)
)