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

Added cache into standalone app #200

Merged
merged 5 commits into from
Feb 22, 2019
Merged

Conversation

syrusakbary
Copy link
Member

Added cache into standalone app.
This PR also removes wasm_hash from the ModuleInfo to use it directly with the cache api (load/store).

Copy link
Contributor

@bjfish bjfish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should there be an option to disable cache? I think it would be nice if integration tests ran for uncached, then cached.

@lachlansneff
Copy link
Contributor

Should there be an option to disable cache? I think it would be nice if integration tests ran for uncached, then cached.

@bjfish Good idea, cli flag?

@syrusakbary
Copy link
Member Author

@bjfish @lachlansneff I've just added an option --disable-cache in the CLI for wasmer run.
So we can do wasmer run examples/lua.wasm --disable-cache -- -V

@syrusakbary syrusakbary merged commit 9b32a6c into master Feb 22, 2019
@syrusakbary syrusakbary deleted the feature/standalone-cache branch March 4, 2019 15:46
nlewycky pushed a commit that referenced this pull request Aug 13, 2020
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.

4 participants