Skip to content

Commit

Permalink
Merge pull request #2588 from fibonacci1729/update-wasm-pkg-loader
Browse files Browse the repository at this point in the history
Bump wasm-pkg-loader to 0.4.1
  • Loading branch information
fibonacci1729 authored Jun 20, 2024
2 parents e168f0a + b766cc4 commit 9ab5a08
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 153 deletions.
172 changes: 142 additions & 30 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/loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tokio-util = "0.6"
toml = "0.8.2"
tracing = { workspace = true }
walkdir = "2.3.2"
wasm-pkg-loader = { git = "https://github.com/bytecodealliance/wasm-pkg-tools/", rev = "5384205af449179de07ad82ecf4bd42b171a2e40" }
wasm-pkg-loader = "0.4.1"

[dev-dependencies]
tokio = { version = "1.23", features = ["rt", "macros"] }
Expand Down
Loading

0 comments on commit 9ab5a08

Please sign in to comment.