Merge pull request #127 from CryZe/import-u64

Import u64 correctly
This commit is contained in:
Syrus Akbary 2019-01-26 17:00:29 -05:00 committed by GitHub
commit e8b1b3cfdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ macro_rules! __export_func_convert_type {
Type::I64 Type::I64
}; };
(u64) => { (u64) => {
Type::I32 Type::I64
}; };
(f32) => { (f32) => {
Type::F32 Type::F32