diff --git a/wasm/wat.ml b/wasm/wat.ml index 98ae5b926..b02939ad0 100644 --- a/wasm/wat.ml +++ b/wasm/wat.ml @@ -252,8 +252,7 @@ module C = struct | I64 -> atom "i64" | F64 -> atom "f64" | Rvar v -> reft v - | Tuple l -> node "" (List.map type_atom l) - + | Tuple l -> node "tuple" (List.map type_atom l) let tuple_make fields = node "tuple.make" (Atom (List.length fields |> string_of_int) :: fields )