From d71ee5ad131854dbe793bac2b81a0d967bf0e675 Mon Sep 17 00:00:00 2001 From: Christopher Serr Date: Sat, 26 Jan 2019 08:47:09 +0100 Subject: [PATCH] Import u64 correctly --- lib/runtime-core/src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime-core/src/macros.rs b/lib/runtime-core/src/macros.rs index 9da01c254..80be85478 100644 --- a/lib/runtime-core/src/macros.rs +++ b/lib/runtime-core/src/macros.rs @@ -38,7 +38,7 @@ macro_rules! __export_func_convert_type { Type::I64 }; (u64) => { - Type::I32 + Type::I64 }; (f32) => { Type::F32