Module Wax_utils.V128Source

Sourcetype shape =
  1. | I8x16
  2. | I16x8
  3. | I32x4
  4. | I64x2
  5. | F32x4
  6. | F64x2
Sourcetype t = {
  1. shape : shape;
  2. components : string list;
}
Sourceval to_string : t -> string
Sourceval of_string : string -> t