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

expose wasmtime_provider::WasmtimeEngineProviderPre #68

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

flavio
Copy link
Member

@flavio flavio commented Dec 6, 2023

Make the wasmtime_provider::WasmtimeEngineProviderPre public. This allows end users to implement optimizations inside of their code base.

On top of that, update to latest Rust release and fix some small linter warnings caused by that.

Once this PR is merged it would be great to release a new minor version of the wasmtime_provider crate (a minor release since the API is changed by the introduction of this new public struct).

Make the `WasmtimeEngineProviderPre` struct public. This allows end
users of the wasmtime provider crate to optimize the way they create
and store `WasmtimeEngineProvider` objects.

Signed-off-by: Flavio Castelli <[email protected]>
Upgrade to 1.74 and fix the new linter warnings.

Signed-off-by: Flavio Castelli <[email protected]>
@flavio
Copy link
Member Author

flavio commented Dec 12, 2023

@pkedy , @jsoverson : could you please take a look at this PR and, if merged, tag a new release of the wasmtime provider? 🙏

Copy link
Member

@pkedy pkedy left a comment

Choose a reason for hiding this comment

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

LGTM

@pkedy pkedy merged commit e497a77 into wapc:master Jan 5, 2024
3 checks passed
@pkedy
Copy link
Member

pkedy commented Jan 5, 2024

@flavio
Copy link
Member Author

flavio commented Jan 8, 2024

@pkedy thanks for the release and happy new year!

@flavio flavio deleted the expose-wasmtime-provider-pre branch January 8, 2024 14:56
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.

2 participants