Skip to content

Commit

Permalink
Cache compiled WASM modules (#526)
Browse files Browse the repository at this point in the history
* implement basic component cache

* wire up cache, add docs

* Add roundtrip test
  • Loading branch information
aumetra authored May 5, 2024
1 parent c9c36c4 commit 5f79096
Show file tree
Hide file tree
Showing 9 changed files with 240 additions and 74 deletions.
131 changes: 66 additions & 65 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/kitsune-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub struct Configuration {
}

impl Configuration {
#[inline]
pub async fn load<P>(path: P) -> Result<Self>
where
P: AsRef<Path>,
Expand Down
Loading

0 comments on commit 5f79096

Please sign in to comment.