mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-10 05:36:15 +00:00
11 lines
405 B
Plaintext
11 lines
405 B
Plaintext
(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)))
|
|
)
|