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

chore: Update Wasmtime & Related Deps #111

Merged
merged 7 commits into from
Aug 27, 2024
Merged

Conversation

rkrishn7
Copy link
Owner

@rkrishn7 rkrishn7 commented Aug 27, 2024

Description

This PR updates wasmtime and related dependencies to 24.0.0. Notably, the component API there has changed which accounts for most of these changes.

Additionally, this PR inlines the WASI snapshot preview 1 adapter rather than relying on it being located somewhere on the filesystem.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

  • Test A
  • Test B

Checklist:

Before submitting your PR, please review and confirm the following:

  • I have performed a self-review of my own code and ensured it adheres to the project guidelines and coding standards.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation, if applicable.
  • My changes generate no new warnings or errors.
  • I have added tests that prove my fix is effective or that my feature works.
  • Integration tests have been added for relevant changes.
  • Any dependent changes have been merged and published in downstream modules.

Additional context

Add any other context about the pull request here. This can include challenges faced, decisions made, or any other relevant information that would help the reviewers understand your changes better.

Copy link

codecov bot commented Aug 27, 2024

Codecov Report

Attention: Patch coverage is 11.76471% with 30 lines in your changes missing coverage. Please review.

Project coverage is 61.9%. Comparing base (1260365) to head (e73b886).
Report is 1 commits behind head on main.

Files Patch % Lines
src/kiwi/src/hook/wasm/mod.rs 0.0% 23 Missing ⚠️
src/kiwi/src/hook/authenticate/wasm/bindgen.rs 0.0% 4 Missing ⚠️
src/kiwi/src/config.rs 57.1% 3 Missing ⚠️
Additional details and impacted files
Files Coverage Δ
src/kiwi/src/config.rs 81.1% <57.1%> (+0.1%) ⬆️
src/kiwi/src/hook/authenticate/wasm/bindgen.rs 0.0% <0.0%> (ø)
src/kiwi/src/hook/wasm/mod.rs 0.0% <0.0%> (ø)

... and 5 files with indirect coverage changes

@rkrishn7 rkrishn7 merged commit 43c94ff into main Aug 27, 2024
9 of 10 checks passed
@rkrishn7 rkrishn7 deleted the chore/update-wasmtime-deps branch August 27, 2024 17:37
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.

1 participant