I would expect this code to compile: ``` v128_t mbits = wasm_i8x16_const(1,2,4,8,16,32,64,128, 1,2,4,8,16,32,64,128); ``` And yet it doesn't because the type of each constant is recognized as int.