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

Upgrade cargo dependencies #630

Merged
merged 2 commits into from
Jan 20, 2025
Merged

Upgrade cargo dependencies #630

merged 2 commits into from
Jan 20, 2025

Conversation

aumetra
Copy link
Member

@aumetra aumetra commented Jan 20, 2025

This does actually two cool things for us:

  1. It gets rid of async-trait in wasmtime impls, meaning potential hotloops are now alloc free there, too
  2. We now enable the wasmtime pulley feature, which is their new Wasm interpreter backend which it falls back to when the architecture isn't supported by Cranelift (for example, armv7-unknown-linux-gnueabihf, which is the Raspberry Pi architecture before the Pi 3)

So yeah, this enables us to ship to more platforms, which is pretty cool.

@aumetra aumetra enabled auto-merge (squash) January 20, 2025 21:50
@aumetra aumetra merged commit 8cffcdd into main Jan 20, 2025
19 checks passed
@aumetra aumetra deleted the aw/up branch January 20, 2025 22:01
aumetra added a commit that referenced this pull request Jan 21, 2025
* Upgrade cargo dependencies

* use sonic-rs fork that fixes armv7 issues
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