Skip to content

Commit c4c69bf

Browse files
committed
feat: Add wasip3 runtime with dispatcher trait functions
Signed-off-by: Aditya <aditya.salunkh919@gmail.com>
1 parent 064d649 commit c4c69bf

File tree

13 files changed

+555
-56
lines changed

13 files changed

+555
-56
lines changed

Cargo.lock

Lines changed: 157 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ uuid = "1.1.2"
190190
# Common utility crates
191191
cfg-if = "1.0.0"
192192
dotenvy = { version = "0.15.0", default-features = false }
193+
wasip3 ={ version = "0.2.0" ,default-features = false }
194+
wit-bindgen = { version = "0.46", default-features = false }
193195

194196
# Runtimes
195197
[workspace.dependencies.async-global-executor]

sqlx-core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ hashlink = "0.10.0"
103103
indexmap = "2.0"
104104
event-listener = "5.2.0"
105105
hashbrown = "0.15.0"
106+
wasip3 = { workspace = true}
107+
wit-bindgen = { workspace = true, optional = true }
106108

107109
[dev-dependencies]
108110
sqlx = { workspace = true, features = ["postgres", "sqlite", "mysql", "migrate", "macros", "time", "uuid"] }

0 commit comments

Comments
 (0)