Skip to content

Commit

Permalink
new: Enable wasmtime caching. (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj authored Nov 30, 2023
1 parent cedd436 commit 9f07d38
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,20 @@

## Unreleased

#### 🚀 Updates

- Enabled wasmtime caching, which should improve performance of WASM plugins by 10-20%.

#### 🐞 Fixes

- Fixed an issue where `proto use` (or parallel processes) would run into file system
collisions when attempting to download and install multiple TOML schema based tools.

#### ⚙️ Internal

- Updated dependencies.
- Updated parent execution to prefer `proto run <tool>` over `<tool>.exe` on Windows.

## 0.23.5

#### 🚀 Updates
Expand Down
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cached = "0.46.1"
clap = "4.4.10"
clap_complete = "4.4.4"
convert_case = "0.6.0"
extism = { version = "0.5.4" }
extism = { version = "0.5.5" }
extism-pdk = "0.3.4"
human-sort = "0.2.2"
miette = "5.10.0"
Expand Down

0 comments on commit 9f07d38

Please sign in to comment.