Add unit test suites (#3490)
This commit is contained in:
10
tests/unit/gc/wasm-apps/struct1.wast
Normal file
10
tests/unit/gc/wasm-apps/struct1.wast
Normal file
@ -0,0 +1,10 @@
|
||||
(module
|
||||
(type (struct))
|
||||
(type (struct (field)))
|
||||
(type (struct (field i8)))
|
||||
(type (struct (field i8 i8 i8 i8)))
|
||||
(type (struct (field $x1 i32) (field $y1 i32)))
|
||||
(type (struct (field i8 i16 i32 i64 f32 f64 anyref funcref (ref 0) (ref null 1))))
|
||||
(type (struct (field i32 i64 i8) (field) (field) (field (ref null i31) anyref)))
|
||||
(type (struct (field $x2 i32) (field f32 f64) (field $y2 i32)))
|
||||
)
|
||||
Reference in New Issue
Block a user