i64 is used for integers when i32 should be used
mathstuf opened this issue · 2 comments
mathstuf commented
tailhook commented
This is true for inputs and outputs. But I'm still not sure it is true for literals.
ittorchbearer commented
I made a feature for this so it's not breaking and thus doesn't need to wait for a major version. Someone could even add deprecation notice or on move to v1.0.0 just switch it to default to i32 and still offer the i64 as a feature to make the transition easier for people. #65