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

Switch to lazily loading a Wasmer package directly from disk #4085

Merged
merged 5 commits into from
Jul 20, 2023

Conversation

Michael-F-Bryan
Copy link
Contributor

I've switched to the latest version of the webc crate so we can pick up https://github.com/wasmerio/pirita/pull/143.

This will avoid the performance penalties of creating a temporary *.webc file every time we do wasmer run . (particularly obvious when actively working on something like a Wordpress site).

Cargo.toml Outdated Show resolved Hide resolved
@Michael-F-Bryan Michael-F-Bryan marked this pull request as ready for review July 20, 2023 02:36
@Michael-F-Bryan Michael-F-Bryan merged commit 4380bb3 into master Jul 20, 2023
@Michael-F-Bryan Michael-F-Bryan deleted the load-webc-from-disk branch July 20, 2023 07:59
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.

3 participants