Path: blob/main/tests/misc_testsuite/gc/alloc-v128-struct.wast
3071 views
;;! gc = true
;;! simd = true
(module
(type $s (struct (field v128)))
(func (export "alloc")
struct.new_default $s
drop
)
)
(assert_return (invoke "alloc"))
;;! gc = true
;;! simd = true
(module
(type $s (struct (field v128)))
(func (export "alloc")
struct.new_default $s
drop
)
)
(assert_return (invoke "alloc"))