mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 08:10:49 +00:00
Fix compilation of test example
This commit is contained in:
parent
2c765c87c5
commit
97a70327d0
@ -111,7 +111,7 @@ fn test_read_module() {
|
||||
|
||||
let (module, intrinsics) = code::parse_function_bodies(&info, code_reader).unwrap();
|
||||
|
||||
let backend = backend::LLVMBackend::new(module, intrinsics);
|
||||
let (backend, _caller) = backend::LLVMBackend::new(module, intrinsics);
|
||||
|
||||
let func_ptr = backend.get_func(&info, LocalFuncIndex::new(0)).unwrap();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user