Skip to content

Commit

Permalink
feat(api): Bump wasmi_c_impl to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Dec 3, 2024
1 parent ff0c2be commit 87dadce
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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 lib/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ wat = { version = "1.216.0", optional = true }
rustc-demangle = "0.1"
shared-buffer = { workspace = true }

wasmi_c_api = { git = "https://github.com/xdoardo/wasmi", package = "wasmi_c_api_impl", optional = true, features = [
wasmi_c_api = { version = "0.40.0", package = "wasmi_c_api_impl", optional = true, features = [
"prefix-symbols",
] }

Expand Down

0 comments on commit 87dadce

Please sign in to comment.