Fix argument type conversion

This commit is contained in:
Lachlan Sneff
2019-01-21 15:21:51 -08:00
parent 29d053cb29
commit dbd0f99514
2 changed files with 22 additions and 13 deletions

View File

@ -13,7 +13,7 @@ fn main() -> Result<()> {
"print_i32",
export_func!(
print_num,
[I32] -> [I32]
[i32] -> [i32]
),
);