supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
562 stars 56 forks source link

chore(wasm): upgrade wasmtime version to 26.0.0 #358

Closed burmecia closed 3 weeks ago

burmecia commented 3 weeks ago

What kind of change does this PR introduce?

This PR is to upgrade Wasm runtime wasmtime version to latest 26.0.0.

What is the current behavior?

The old version of wasmtime v21.0.2 not working properly with Rust version > 1.81.0

What is the new behavior?

wasmtime version is upgraded to latest 26.0.0, which is compatible with latest version of Rust.

Additional context

N/A