Skip to content

Commit

Permalink
feat(runtime-wasmtime): add granular linking API
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jun 24, 2024
1 parent 948eae7 commit 6e4883d
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 218 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/runtime-wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-trait = { workspace = true }
bytes = { workspace = true }
futures = { workspace = true, features = ["alloc"] }
tokio = { workspace = true, features = ["macros"] }
tokio-util = { workspace = true, features = ["codec"] }
tokio-util = { workspace = true, features = ["codec", "compat"] }
tracing = { workspace = true, features = ["attributes"] }
wasm-tokio = { workspace = true }
wasmtime = { workspace = true }
Expand Down
Loading

0 comments on commit 6e4883d

Please sign in to comment.