Merge branch 'master' into feature/improve-importing

This commit is contained in:
Lachlan Sneff
2019-01-29 10:28:18 -08:00
committed by GitHub
9 changed files with 50 additions and 39 deletions

View File

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