Import u64 correctly

This commit is contained in:
Christopher Serr 2019-01-26 08:47:09 +01:00
parent 29a3af11fc
commit d71ee5ad13

View File

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