(module
 (type $FUNCSIG$v (func))
 (memory $0 0)
 (export "memory" (memory $0))
 (func $start (; 0 ;) (type $FUNCSIG$v)
  nop
 )
)