mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-01 23:41:03 +00:00
Import u64 correctly
This commit is contained in:
parent
29a3af11fc
commit
d71ee5ad13
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user