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

Implement a Wasm module cache #1240

Closed
ipetr0v opened this issue Jul 6, 2020 · 0 comments · Fixed by #1289
Closed

Implement a Wasm module cache #1240

ipetr0v opened this issue Jul 6, 2020 · 0 comments · Fixed by #1289
Assignees

Comments

@ipetr0v
Copy link
Contributor

ipetr0v commented Jul 6, 2020

After #1232 is merged, we need to add a cache of Wasm modules, that are currently being re-downloaded every time an application configuration is serialized.

Originated from https://github.com/project-oak/oak/pull/1232/files#r450288627
Ref #1183

@ipetr0v ipetr0v mentioned this issue Jul 6, 2020
2 tasks
@ipetr0v ipetr0v mentioned this issue Jul 27, 2020
2 tasks
@ipetr0v ipetr0v self-assigned this Jul 28, 2020
ipetr0v added a commit that referenced this issue Jul 30, 2020
This change adds the ability to:
- Cache downloaded Wasm modules
- Set SHA256 sum for all Wasm modules used by `oak_config_serializer`

Fixes #1240
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant