mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
this name should match the function name
This commit is contained in:
parent
d231d404cb
commit
6a7c78d65a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user