Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure ExecutableTarget::from_file() for *.wasm files checks the module cache #4019

Merged
merged 3 commits into from
Jun 21, 2023

Conversation

Michael-F-Bryan
Copy link
Contributor

@ptitSeb noticed that running wasmer run some-file.wasm will recompile the *.wasm file every time. Apparently we forgot to check the module cache when loading a *.wasm target.

Fixes #4016.

@Michael-F-Bryan Michael-F-Bryan force-pushed the wasmer-run-skips-module-cache branch from 11ab935 to ef71ef4 Compare June 21, 2023 05:17
lib/cli/src/commands/run.rs Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running simple wasm file doesn't use Compiler Cache
3 participants