Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Jun 19, 2024
1 parent fed8cac commit deed3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/near-vm-runner/src/wasmtime_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ impl crate::runner::VM for WasmtimeVM {
method_name,
|mut logic, memory, mut store, module| {
let mut linker = Linker::new(&(&self.engine));
imports::wasmtime::link(&mut linker, memory, &store, &mut logic);
link(&mut linker, memory, &store, &mut logic);
match module.get_export(method_name) {
Some(export) => match export {
Func(func_type) => {
Expand Down

0 comments on commit deed3cd

Please sign in to comment.