Skip to content

Commit 897c681

Browse files
committed
feat(runtime-wasmtime): add granular linking API
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 948eae7 commit 897c681

5 files changed

Lines changed: 286 additions & 218 deletions

File tree

Cargo.lock

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

crates/runtime-wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-trait = { workspace = true }
1616
bytes = { workspace = true }
1717
futures = { workspace = true, features = ["alloc"] }
1818
tokio = { workspace = true, features = ["macros"] }
19-
tokio-util = { workspace = true, features = ["codec"] }
19+
tokio-util = { workspace = true, features = ["codec", "compat"] }
2020
tracing = { workspace = true, features = ["attributes"] }
2121
wasm-tokio = { workspace = true }
2222
wasmtime = { workspace = true }

0 commit comments

Comments
 (0)