Skip to content

Commit 126cc6a

Browse files
committed
Make atomic_lib async
1 parent 2275c79 commit 126cc6a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2993
-2174
lines changed

Cargo.lock

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

lib/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ wasmtime = { version = "39.0.1", optional = true, features = [
4545
] }
4646
wasmtime-wasi = { version = "39.0.1", optional = true, features = ["p2"] }
4747
wasmtime-wasi-http = "39.0.1"
48+
tokio = { version = "1", features = ["rt", "macros"] }
49+
async-trait = "0.1.89"
50+
futures = "0.3.31"
4851

4952
[dev-dependencies]
50-
criterion = "0.5"
53+
criterion = { version = "0.5", features = ["async_tokio"] }
5154
iai = "0.1"
5255
lazy_static = "1"
5356
ntest = "0.9"

0 commit comments

Comments
 (0)