Skip to content

Commit

Permalink
Merge branch 'chore/cleanup-make-private' into feat/support-build-mod…
Browse files Browse the repository at this point in the history
…ule-outside-cache
  • Loading branch information
mattyg committed Dec 14, 2024
2 parents a04b6a2 + c366edf commit 17da637
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/host/src/module/wasmer_wamr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use wasmer::Module;
pub(crate) fn make_engine() -> Engine {
Engine::default()
}

pub(crate) fn make_runtime_engine() -> Engine {
Engine::default()
}
Expand Down

0 comments on commit 17da637

Please sign in to comment.