this name should match the function name

This commit is contained in:
Mackenzie Clark 2019-02-04 15:01:43 -08:00
parent d231d404cb
commit 6a7c78d65a

View File

@ -38,7 +38,7 @@ fn main() -> Result<()> {
let import_object = imports! {
"env" => {
"print_i32" => func!(print_num, [i32] -> [i32]),
"print_num" => func!(print_num),
"memory" => memory,
"global" => global,
"table" => table,