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

Commits on Dec 6, 2023

  1. feat: expose WasmtimeEngineProviderPre

    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]>
    flavio committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5f1b350 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update to latest Rust release

    Upgrade to 1.74 and fix the new linter warnings.
    
    Signed-off-by: Flavio Castelli <[email protected]>
    flavio committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    af80315 View commit details
    Browse the repository at this point in the history