mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 14:11:32 +00:00
Get table imports working
This commit is contained in:
@ -3,7 +3,7 @@ use wasmer_clif_backend::CraneliftCompiler;
|
||||
use wasmer_runtime_core::{import::ImportObject, Instance};
|
||||
|
||||
fn main() {
|
||||
let mut instance = create_module_1();
|
||||
let instance = create_module_1();
|
||||
let result = instance.call("call-overwritten-element", &[]);
|
||||
println!("result: {:?}", result);
|
||||
}
|
||||
|
Reference in New Issue
Block a user